Searched defs:stackBottom (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/sources/libraries/os/ARM/ |
| D | os_ExceptionHandler.cpp | 38 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom) in SetUserExceptionHandler()
|
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/sources/libraries/os/ |
| D | os_Thread.cpp | 36 uptr stackBottom; member 188 …AndStartImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, s32 priority… in TryInitializeAndStartImpl() 290 void nnosThreadInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, s32… in nnosThreadInitializeAndStart() argument 297 bool nnosThreadTryInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, … in nnosThreadTryInitializeAndStart() argument
|
| D | os_ThreadPool.cpp | 60 uptr stackBottom; member 74 inline void ThreadPool::StartExecuteThread(size_t i, uptr stackBottom, s32 priority) in StartExecuteThread() 245 void SingleThreadPool::Initialize(uptr stackBottom, s32 priority) in Initialize()
|
| D | os_ContinuationIterator.cpp | 49 void ContinuationIteratorBase::Initialize(void *stackBottom) in Initialize()
|
| D | os_Default.cpp | 67 uptr stackBottom = nnosStackMemoryBlockGetStackBottom(&stackBlock); in Construct() local
|