| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/ |
| D | os_Default.cpp | 67 uptr stackBottom = nnosStackMemoryBlockGetStackBottom(&stackBlock); in Construct() local 68 stackBottom -= RoundUp(sizeof(nnosStackMemoryBlock), 8); in Construct() 70 … nnosStackMemoryBlock* pBlockOnStack = reinterpret_cast<nnosStackMemoryBlock*>(stackBottom); in Construct() 77 return reinterpret_cast<void*>(stackBottom); in Construct() 110 uptr stackBottom NN_IS_UNUSED_VAR, in InvokeOnOtherStack()
|
| D | os_Thread.cpp | 36 uptr stackBottom; member 37 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() 38 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom() 188 …dStartImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, s32 priority, … in TryInitializeAndStartImpl() argument 194 uptr stack = stackBottom; in TryInitializeAndStartImpl() 211 info.pStackBottom = reinterpret_cast<void*>(stackBottom); in TryInitializeAndStartImpl() 290 void nnosThreadInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, s32… in nnosThreadInitializeAndStart() argument 293 StackBufferAdapter stack(stackBottom); in nnosThreadInitializeAndStart() 297 bool nnosThreadTryInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, … in nnosThreadTryInitializeAndStart() argument 300 StackBufferAdapter stack(stackBottom); in nnosThreadTryInitializeAndStart()
|
| D | os_ThreadPool.cpp | 60 uptr stackBottom; member 61 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() 62 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom() 74 inline void ThreadPool::StartExecuteThread(size_t i, uptr stackBottom, s32 priority) in StartExecuteThread() argument 77 StackBufferAdapter stack(stackBottom); in StartExecuteThread() 245 void SingleThreadPool::Initialize(uptr stackBottom, s32 priority) in Initialize() argument 249 StackBufferAdapter stack(stackBottom); in Initialize()
|
| D | os_ContinuationIterator.cpp | 49 void ContinuationIteratorBase::Initialize(void *stackBottom) in Initialize() argument 51 bit32 sp = reinterpret_cast<uptr>(stackBottom); in Initialize()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/ARM/ |
| D | os_ExceptionHandler.cpp | 38 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom) in SetUserExceptionHandler() argument 43 s_pTlr->handlerStackBottomAddress = stackBottom; in SetUserExceptionHandler()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/ARM/ |
| D | os_ExceptionHandler.h | 130 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom);
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/ |
| D | os_ContinuationIterator.h | 55 void Initialize(void* stackBottom);
|
| D | os_Thread.h | 659 …dStartImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, s32 priority, … 1036 …nitializeAndStart(nnosThread* this_, void (*f)(uptr), uptr param, uptr stackBottom, s32 priority, … 1041 …nitializeAndStart(nnosThread* this_, void (*f)(uptr), uptr param, uptr stackBottom, s32 priority, …
|
| D | os_ThreadPool.h | 201 void StartExecuteThread(size_t i, uptr stackBottom, s32 priority);
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/svc/ |
| D | svc_Stub.h | 45 … ( nn::Handle* pOut, nn::os::ThreadFunc f, uptr param, uptr stackBottom, s32 prio, s32 …
|