Searched defs:stackBottom (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-0.13.2/sources/libraries/os/ARM/ |
| D | os_ExceptionHandler.cpp | 38 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom) in SetUserExceptionHandler()
|
| /CTR-SDK-0.13.2/sources/libraries/os/ |
| D | os_Thread.cpp | 35 uptr stackBottom; member 187 …AndStartImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, s32 priority… in TryInitializeAndStartImpl() 289 void nnosThreadInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, s32… in nnosThreadInitializeAndStart() argument 296 bool nnosThreadTryInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, … in nnosThreadTryInitializeAndStart() argument
|
| D | os_Default.cpp | 51 uptr stackBottom = nnosStackMemoryBlockGetStackBottom(&stackBlock); in Construct() local
|
| D | os_ContinuationIterator.cpp | 49 void ContinuationIteratorBase::Initialize(void *stackBottom) in Initialize()
|
| D | os_ThreadPool.cpp | 59 uptr stackBottom; member 73 inline void ThreadPool::StartExecuteThread(size_t i, uptr stackBottom, s32 priority) in StartExecuteThread()
|