| /CTR-SDK-4.2.5/sources/libraries/rdt/CTR/ |
| D | rdt_Stopwatch.h | 61 void Start(void); 138 inline void Stopwatch::Start(void) in Start() function 174 void Start (void) { } in Start() function
|
| D | rdt_Stopwatch.cpp | 255 sp.Start(); in Test() 262 nanashi.Start(); in Test()
|
| D | rdt_Sender.cpp | 141 s_sp.Start(); in Process()
|
| D | rdt_Receiver.cpp | 144 s_sp.Start(); in Process()
|
| D | rdt_Transceiver.cpp | 126 s_sw.Start(); 159 s_sw.Start();
|
| D | rdt_RingBuffer.cpp | 126 s_sw.Start(); in Push()
|
| D | rdt_SenderImpl.cpp | 668 s_sp.Start(); in processResending()
|
| /CTR-SDK-4.2.5/include/nn/boss/ |
| D | boss_FgOnlyTask.h | 59 nn::Result Start(void);
|
| D | boss_Task.h | 186 nn::Result Start(void);
|
| /CTR-SDK-4.2.5/include/nn/os/ |
| 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… 844 inline void Thread::Start(void (*f)(T), U param, Stack& stack, s32 priority, s32 coreNo) in Start() function 852 inline void Thread::Start(void (*f)(T*), T& param, Stack& stack, s32 priority, s32 coreNo) in Start() function 868 inline void Thread::Start(void (*f)(), Stack& stack, s32 priority, s32 coreNo) in Start() function 870 Start(NoParameterFunc, f, stack, priority, coreNo); in Start()
|
| D | os_ManagedThread.h | 406 void Start();
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_ThreadPool.cpp | 70 m_WaitThread.Start(ThreadPool::WaitThreadFunc, this, m_WaitThreadStack, priority); in StartWaitThread() 78 thread->Start(ThreadPool::ExecuteThreadFunc, this, stack, priority); in StartExecuteThread() 250 m_WorkerThread.Start(SingleThreadPool::ExecuteThreadFunc, this, stack, priority); in Initialize()
|
| D | os_LightAlarm.cpp | 186 LightAlarm::s_System->thread.Start(LightAlarmThread, stack, priority); in InitializeLightAlarmSystemImplCore()
|
| D | os_Thread.cpp | 373 pThread->Start(f, param, stack, priority, coreNo); in nnosThreadInitializeAndStart()
|
| D | os_ManagedThread.cpp | 277 void ManagedThread::Start() in Start() function in nn::os::ManagedThread
|
| /CTR-SDK-4.2.5/sources/libraries/test/ |
| D | test_Suite.cpp | 82 time.Start(); in Run() 99 timeSuite.Start(); in DoRun() 421 timeCase.Start(); in DoRunSpecificTest()
|
| /CTR-SDK-4.2.5/include/nn/cec/CTR/ |
| D | cec_CecAPI.h | 58 Result Start(u32 option);
|
| D | cec_Cec.h | 83 static nn::Result Start( u32 option );
|
| D | cec_CecSys.h | 85 static nn::Result Start( u32 option );
|