Searched defs:priority (Results 1 – 9 of 9) sorted by relevance
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/os/ |
| D | os_Thread.h | 774 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() 816 inline void Thread::StartUsingAutoStack(void (*f)(T), U param, size_t stackSize, s32 priority, s32 … in StartUsingAutoStack() 823 inline void Thread::StartUsingAutoStack(void (*f)(), size_t stackSize, s32 priority, s32 coreNo) in StartUsingAutoStack() 829 …t Thread::TryStartUsingAutoStack(void (*f)(T), U param, size_t stackSize, s32 priority, s32 coreNo) in TryStartUsingAutoStack() 842 inline nn::Result Thread::TryStartUsingAutoStack(void (*f)(), size_t stackSize, s32 priority, s32 c… in TryStartUsingAutoStack() 917 inline void Thread::ChangePriority(s32 priority) in ChangePriority() [all …]
|
| D | os_SvcTypes.autogen.h | 66 s32 priority; member
|
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/boss/ |
| D | boss_TaskPolicy.h | 78 …inline nn::Result Initialize(TaskPriority priority, u32 interval, u32 count){return InitializeWith… in Initialize()
|
| D | boss_Types.h | 43 u8 priority; //!< タスク登録時のタスク実行優先順位。 member 164 u8 priority; //!< 現在のタスク実行の優先順位。 member
|
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/sources/libraries/os/ |
| D | os_Thread.cpp | 188 …st TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, s32 priority, s32 coreNo, bo… in TryInitializeAndStartImpl() 244 …(const TypeInfo& typeInfo, ThreadFunc f, const void* p, size_t stackSize, s32 priority, s32 coreNo) in TryInitializeAndStartImplUsingAutoStack() 290 …izeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, s32 priority, s32 coreNo) in nnosThreadInitializeAndStart() 297 …izeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, s32 priority, s32 coreNo) in nnosThreadTryInitializeAndStart() 343 void nnosThreadChangePriority(nnosThread* p, s32 priority) in nnosThreadChangePriority() 349 void nnosThreadChangeCurrentPriority(s32 priority) in nnosThreadChangeCurrentPriority()
|
| D | os_ThreadPool.cpp | 74 inline void ThreadPool::StartExecuteThread(size_t i, uptr stackBottom, s32 priority) in StartExecuteThread() 81 …e(void* workBuffer, size_t numMaxWaitObjects, size_t numThreads, uptr stackBottoms[], s32 priority) in Initialize() 94 …ffer, size_t numMaxWaitObjects, size_t numThreads, nn::os::StackMemoryBlock stacks[], s32 priority) in Initialize() 245 void SingleThreadPool::Initialize(uptr stackBottom, s32 priority) in Initialize()
|
| D | os_Alarm.cpp | 50 void InitializeAlarmSystem(s32 priority) in InitializeAlarmSystem()
|
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/snd/CTR/Common/ |
| D | snd_Types.h | 227 size_t priority; //!< スレッド優先度 member
|
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 832 s32 priority; member
|