Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-0.13.2/include/nn/os/
Dos_Thread.h763 inline void Thread::Start(void (*f)(T), U param, Stack& stack, s32 priority, s32 coreNo) in Start()
771 inline void Thread::Start(void (*f)(const T*), const T& param, Stack& stack, s32 priority, s32 core… in Start()
779 inline void Thread::Start(void (*f)(), Stack& stack, s32 priority, s32 coreNo) in Start()
785 inline nn::Result Thread::TryStart(void (*f)(T), U param, Stack& stack, s32 priority, s32 coreNo) in TryStart()
799 inline nn::Result Thread::TryStart(void (*f)(), Stack& stack, s32 priority, s32 coreNo) in TryStart()
/CTR-SDK-0.13.2/sources/libraries/os/
Dos_Thread.cpp193 uptr stack = stackBottom; in TryInitializeAndStartImpl() local
249 uptr stack = reinterpret_cast<uptr>(pStackBottom); in TryInitializeAndStartImplUsingAutoStack() local
292 StackBufferAdapter stack(stackBottom); in nnosThreadInitializeAndStart() local
299 StackBufferAdapter stack(stackBottom); in nnosThreadTryInitializeAndStart() local
Dos_ThreadPool.cpp76 StackBufferAdapter stack(stackBottom); in StartExecuteThread() local
/CTR-SDK-0.13.2/include/nn/net/compatible/
Dnwmeth.h114 u8 stack[NWMETH_STACK_SIZE]; member
Dhioeth.h115 u8 stack[HIOETH_STACK_SIZE]; member
/CTR-SDK-0.13.2/include/nn/net/compatible/nos/
Dnos_horizon.h107 void* stack, in NOS_CreateAndStartThread()
178 void* stack, in NOS_CreateThread()