Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 14 of 14) sorted by relevance

/CTR-SDK-4.2.5/include/nn/os/
Dos_ManagedThread.h152 …nn::Result TryInitialize (void (*f)(T), U param , Stack& stack, s32 priority = P…
170 …nn::Result TryInitialize (void (*f)(T*), const T& param, Stack& stack, s32 priori…
188 …nn::Result TryInitialize (void (*f)(const T*), const T& param, Stack& stack, s32 prio…
204 …nn::Result TryInitialize (void (*f)(), Stack& stack, s32 priority = P…
222 …void Initialize (void (*f)(T), U param, Stack& stack, s32 priority = P…
238 …void Initialize (void (*f)(T*), const T& param, Stack& stack, s32 priori…
254 …void Initialize (void (*f)(const T*), const T& param, Stack& stack, s32 prio…
268 …void Initialize (void (*f)(), Stack& stack, s32 priority = P…
873 …inline nn::Result ManagedThread::TryInitialize(void (*f)(T), U param, Stack& stack, s32 priority, … in TryInitialize() argument
879 stack.GetStackBottom(), in TryInitialize()
[all …]
Dos_Thread.h204 …void Start(void (*f)(), Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo = CORE_NO…
227 …void Start(void (*f)(T), U param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo…
229 …void Start(void (*f)(T*), T& param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 core…
231 …void Start(void (*f)(const T&), const T& param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORI…
253 …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…
280 …nn::Result TryStart(void (*f)(T*), T& param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY,…
733 …static Result TryStart(Thread* pThread, void (*f)(T*), T& param, Stack& stack, s32 priority, s32 c…
844 inline void Thread::Start(void (*f)(T), U param, Stack& stack, s32 priority, s32 coreNo) in Start() argument
848 …(TryInitializeAndStartImpl(info, reinterpret_cast<ThreadFunc>(f), &param, stack.GetStackBottom(), … in Start()
[all …]
Dos_StackMemoryAutoStackManager.h121 void Initialize(fnd::IAllocator* pAllocator, StackT& stack) in Initialize() argument
123 Initialize(pAllocator, stack.GetStackBottom()); in Initialize()
Dos_SimpleAutoStackManager.h119 void Initialize(fnd::IAllocator* pAllocator, StackT& stack) in Initialize() argument
121 Initialize(pAllocator, stack.GetStackBottom()); in Initialize()
Dos_LightAlarm.h55 inline void InitializeLightAlarmSystem(Stack& stack, s32 priority = 0)
57 InitializeLightAlarmSystemImpl(stack.GetStackBottom(), priority);
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_Thread.cpp242 uptr stack = stackBottom; in TryInitializeAndStartImpl() local
245 stack -= typeInfo.size; in TryInitializeAndStartImpl()
246 stack &= 0xfffffff8; in TryInitializeAndStartImpl()
247 void* obj = reinterpret_cast<void*>(stack); in TryInitializeAndStartImpl()
251 stack -= sizeof(FunctionInfo); in TryInitializeAndStartImpl()
252 stack &= 0xfffffff8; in TryInitializeAndStartImpl()
253 FunctionInfo& info = *reinterpret_cast<FunctionInfo*>(stack); in TryInitializeAndStartImpl()
265 stack, in TryInitializeAndStartImpl()
266 stack, in TryInitializeAndStartImpl()
372 StackBufferAdapter stack(stackBottom); in nnosThreadInitializeAndStart() local
[all …]
Dos_ManagedThread.cpp156 uptr stack = stackBottom; in SetupStackAndParam() local
158 void* pLightEventBuffer = AllocateOnStack(&stack, sizeof(LightEvent)); in SetupStackAndParam()
159 void* pCopiedParam = AllocateOnStack(&stack, typeInfo.size); in SetupStackAndParam()
174 m_StackBottom = stack; in SetupStackAndParam()
180 return stack; in SetupStackAndParam()
Dos_ThreadPool.cpp77 StackBufferAdapter stack(stackBottom); in StartExecuteThread() local
78 thread->Start(ThreadPool::ExecuteThreadFunc, this, stack, priority); in StartExecuteThread()
249 StackBufferAdapter stack(stackBottom); in Initialize() local
250 m_WorkerThread.Start(SingleThreadPool::ExecuteThreadFunc, this, stack, priority); in Initialize()
Dos_LightAlarm.cpp185 StackBufferAdapter stack(stackBottom); in InitializeLightAlarmSystemImplCore() local
186 LightAlarm::s_System->thread.Start(LightAlarmThread, stack, priority); in InitializeLightAlarmSystemImplCore()
/CTR-SDK-4.2.5/include/nn/net/compatible/
Dnwmeth.h114 u8 stack[NWMETH_STACK_SIZE]; member
Dhioeth.h115 u8 stack[HIOETH_STACK_SIZE]; member
/CTR-SDK-4.2.5/include/nn/net/compatible/nos/
Dnos_horizon.h108 void* stack, in NOS_CreateAndStartThread() argument
113 …hreadTryInitializeAndStart(thread, (nnosThreadFunc)func, (uptr)arg, (uptr)stack, prio, NN_OS_CORE_… in NOS_CreateAndStartThread()
179 void* stack, in NOS_CreateThread() argument
184 …hreadTryInitializeAndStart(thread, (nnosThreadFunc)func, (uptr)arg, (uptr)stack, prio, NN_OS_CORE_… in NOS_CreateThread()
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp435 const bit32* stack = reinterpret_cast< const bit32* > ( stackPtr ); in PutBackTraceString() local
444 const int end = (reinterpret_cast<const bit32*>(stackBottom) - stack); in PutBackTraceString()
450 const bit32 data = stack[i]; in PutBackTraceString()
/CTR-SDK-4.2.5/build/omake/compilers/
Dcommondefs.cctype.RVCT.om226 stack \