| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_ManagedThread.h | 152 …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 …]
|
| D | os_Thread.h | 204 …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), ¶m, stack.GetStackBottom(), … in Start() [all …]
|
| D | os_StackMemoryAutoStackManager.h | 121 void Initialize(fnd::IAllocator* pAllocator, StackT& stack) in Initialize() argument 123 Initialize(pAllocator, stack.GetStackBottom()); in Initialize()
|
| D | os_SimpleAutoStackManager.h | 119 void Initialize(fnd::IAllocator* pAllocator, StackT& stack) in Initialize() argument 121 Initialize(pAllocator, stack.GetStackBottom()); in Initialize()
|
| D | os_LightAlarm.h | 55 inline void InitializeLightAlarmSystem(Stack& stack, s32 priority = 0) 57 InitializeLightAlarmSystemImpl(stack.GetStackBottom(), priority);
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_Thread.cpp | 242 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 …]
|
| D | os_ManagedThread.cpp | 156 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()
|
| D | os_ThreadPool.cpp | 77 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()
|
| D | os_LightAlarm.cpp | 185 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/ |
| D | nwmeth.h | 114 u8 stack[NWMETH_STACK_SIZE]; member
|
| D | hioeth.h | 115 u8 stack[HIOETH_STACK_SIZE]; member
|
| /CTR-SDK-4.2.5/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 108 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/ |
| D | dbg_ExceptionScreen.cpp | 435 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/ |
| D | commondefs.cctype.RVCT.om | 226 stack \
|