Searched defs:stack (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/os/ |
| D | os_Thread.h | 774 inline void Thread::Start(void (*f)(T), U param, Stack& stack, s32 priority, s32 coreNo) in Start() 782 inline void Thread::Start(void (*f)(const T*), const T& param, Stack& stack, s32 priority, s32 core… in Start() 790 inline void Thread::Start(void (*f)(), Stack& stack, s32 priority, s32 coreNo) in Start() 796 inline nn::Result Thread::TryStart(void (*f)(T), U param, Stack& stack, s32 priority, s32 coreNo) in TryStart() 810 inline nn::Result Thread::TryStart(void (*f)(), Stack& stack, s32 priority, s32 coreNo) in TryStart()
|
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/sources/libraries/os/ |
| D | os_Thread.cpp | 194 uptr stack = stackBottom; in TryInitializeAndStartImpl() local 250 uptr stack = reinterpret_cast<uptr>(pStackBottom); in TryInitializeAndStartImplUsingAutoStack() local 293 StackBufferAdapter stack(stackBottom); in nnosThreadInitializeAndStart() local 300 StackBufferAdapter stack(stackBottom); in nnosThreadTryInitializeAndStart() local
|
| D | os_ThreadPool.cpp | 77 StackBufferAdapter stack(stackBottom); in StartExecuteThread() local 249 StackBufferAdapter stack(stackBottom); in Initialize() local
|
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/net/compatible/ |
| D | nwmeth.h | 114 u8 stack[NWMETH_STACK_SIZE]; member
|
| D | hioeth.h | 115 u8 stack[HIOETH_STACK_SIZE]; member
|
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 107 void* stack, in NOS_CreateAndStartThread() 178 void* stack, in NOS_CreateThread()
|