Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/os/
Dos_Thread.h774 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.0.0/CTR_SDK/sources/libraries/os/
Dos_Thread.cpp194 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
Dos_ThreadPool.cpp77 StackBufferAdapter stack(stackBottom); in StartExecuteThread() local
249 StackBufferAdapter stack(stackBottom); in Initialize() local
/CTR-SDK-1.0.0/CTR_SDK/include/nn/net/compatible/
Dnwmeth.h114 u8 stack[NWMETH_STACK_SIZE]; member
Dhioeth.h115 u8 stack[HIOETH_STACK_SIZE]; member
/CTR-SDK-1.0.0/CTR_SDK/include/nn/net/compatible/nos/
Dnos_horizon.h107 void* stack, in NOS_CreateAndStartThread()
178 void* stack, in NOS_CreateThread()