Searched refs:Start (Results 1 – 16 of 16) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/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 | 143 s_sp.Start(); in Process()
|
| D | rdt_Receiver.cpp | 146 s_sp.Start(); in Process()
|
| D | rdt_Transceiver.cpp | 128 s_sw.Start(); 161 s_sw.Start();
|
| D | rdt_RingBuffer.cpp | 128 s_sw.Start(); in Push()
|
| D | rdt_SenderImpl.cpp | 673 s_sp.Start(); in processResending()
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/font/ |
| D | font_Stopwatch.h | 32 void Start() in Start() function 74 #define NN_FONT_STOPWATCH_START(sw) (sw).Start()
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/os/ |
| D | os_Thread.h | 216 …void Start(void (*f)(), Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo = CORE_NO… 239 …void Start(void (*f)(T), U param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo… 241 …void Start(void (*f)(const T*), const T& param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORI… 243 …void Start(void (*f)(const T&), const T& param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORI… 774 inline void Thread::Start(void (*f)(T), U param, Stack& stack, s32 priority, s32 coreNo) in Start() function 782 inline void Thread::Start(void (*f)(const T*), const T& param, Stack& stack, s32 priority, s32 core… in Start() function 790 inline void Thread::Start(void (*f)(), Stack& stack, s32 priority, s32 coreNo) in Start() function 792 Start(NoParameterFunc, f, stack, priority, coreNo); in Start()
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/ |
| D | os_ThreadPool.cpp | 70 m_WaitThread.Start(ThreadPool::WaitThreadFunc, this, m_WaitThreadStack, 0); 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_Thread.cpp | 294 pThread->Start(f, param, stack, priority, coreNo); in nnosThreadInitializeAndStart()
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/boss/ |
| D | boss_Task.h | 168 nn::Result Start(void);
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/cec/CTR/ |
| D | cec_CecAPI.h | 55 Result Start(u32 option);
|
| D | cec_Cec.h | 77 static nn::Result Start( u32 option );
|
| D | cec_CecSys.h | 79 static nn::Result Start( u32 option );
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/test/ |
| D | test_Suite.cpp | 76 time.Start(); in Run() 93 timeSuite.Start(); in DoRun() 406 timeCase.Start(); in DoRunSpecificTest()
|