Searched refs:stack (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-0.13.2/sources/libraries/os/ |
| D | os_Thread.cpp | 193 uptr stack = stackBottom; in TryInitializeAndStartImpl() local 196 stack -= typeInfo.size; in TryInitializeAndStartImpl() 197 stack &= 0xfffffff8; in TryInitializeAndStartImpl() 198 void* obj = reinterpret_cast<void*>(stack); in TryInitializeAndStartImpl() 202 stack -= sizeof(FunctionInfo); in TryInitializeAndStartImpl() 203 stack &= 0xfffffff8; in TryInitializeAndStartImpl() 204 FunctionInfo& info = *reinterpret_cast<FunctionInfo*>(stack); in TryInitializeAndStartImpl() 217 stack, in TryInitializeAndStartImpl() 218 stack, in TryInitializeAndStartImpl() 249 uptr stack = reinterpret_cast<uptr>(pStackBottom); in TryInitializeAndStartImplUsingAutoStack() local [all …]
|
| D | os_ThreadPool.cpp | 76 StackBufferAdapter stack(stackBottom); in StartExecuteThread() local 77 thread->Start(ThreadPool::ExecuteThreadFunc, this, stack, priority); in StartExecuteThread()
|
| /CTR-SDK-0.13.2/include/nn/os/ |
| D | os_Thread.h | 208 …void Start(void (*f)(), Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo = CORE_NO… 231 …void Start(void (*f)(T), U param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo… 233 …void Start(void (*f)(const T*), const T& param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORI… 235 …void Start(void (*f)(const T&), const T& param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORI… 255 …nn::Result TryStart(void (*f)(), Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo … 278 …nn::Result TryStart(void (*f)(T), U param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s… 763 inline void Thread::Start(void (*f)(T), U param, Stack& stack, s32 priority, s32 coreNo) in Start() argument 767 …(TryInitializeAndStartImpl(info, reinterpret_cast<ThreadFunc>(f), ¶m, stack.GetStackBottom(), … in Start() 771 inline void Thread::Start(void (*f)(const T*), const T& param, Stack& stack, s32 priority, s32 core… in Start() argument 775 …(TryInitializeAndStartImpl(info, reinterpret_cast<ThreadFunc>(f), ¶m, stack.GetStackBottom(), … in Start() [all …]
|
| /CTR-SDK-0.13.2/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-0.13.2/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 107 void* stack, in NOS_CreateAndStartThread() argument 112 …hreadTryInitializeAndStart(thread, (nnosThreadFunc)func, (uptr)arg, (uptr)stack, prio, NN_OS_CORE_… in NOS_CreateAndStartThread() 178 void* stack, in NOS_CreateThread() argument 183 …hreadTryInitializeAndStart(thread, (nnosThreadFunc)func, (uptr)arg, (uptr)stack, prio, NN_OS_CORE_… in NOS_CreateThread()
|