Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/os/
Dos_Thread.h787 inline void Thread::Start(void (*f)(T), U param, Stack& stack, s32 priority, s32 coreNo) in Start()
795 inline void Thread::Start(void (*f)(const T*), const T& param, Stack& stack, s32 priority, s32 core… in Start()
803 inline void Thread::Start(void (*f)(), Stack& stack, s32 priority, s32 coreNo) in Start()
809 inline nn::Result Thread::TryStart(void (*f)(T), U param, Stack& stack, s32 priority, s32 coreNo) in TryStart()
823 inline nn::Result Thread::TryStart(void (*f)(), Stack& stack, s32 priority, s32 coreNo) in TryStart()
/CTR-SDK-2.4.0/sources/libraries/os/
Dos_Thread.cpp202 uptr stack = stackBottom; in TryInitializeAndStartImpl() local
258 uptr stack = reinterpret_cast<uptr>(pStackBottom); in TryInitializeAndStartImplUsingAutoStack() local
311 StackBufferAdapter stack(stackBottom); in nnosThreadInitializeAndStart() local
318 StackBufferAdapter stack(stackBottom); in nnosThreadTryInitializeAndStart() local
Dos_ThreadPool.cpp77 StackBufferAdapter stack(stackBottom); in StartExecuteThread() local
249 StackBufferAdapter stack(stackBottom); in Initialize() local
/CTR-SDK-2.4.0/include/nn/net/compatible/
Dnwmeth.h114 u8 stack[NWMETH_STACK_SIZE]; member
Dhioeth.h115 u8 stack[HIOETH_STACK_SIZE]; member
/CTR-SDK-2.4.0/include/nn/net/compatible/nos/
Dnos_horizon.h107 void* stack, in NOS_CreateAndStartThread()
178 void* stack, in NOS_CreateThread()