Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/os/
Dos_Thread.cpp310 Thread* pThread = new (p) Thread(); in nnosThreadInitializeAndStart() local
312 pThread->Start(f, param, stack, priority, coreNo); in nnosThreadInitializeAndStart()
317 Thread* pThread = new (p) Thread(); in nnosThreadTryInitializeAndStart() local
319 Result result = pThread->TryStart(f, param, stack, priority, coreNo); in nnosThreadTryInitializeAndStart()
325 Thread* pThread = reinterpret_cast<Thread*>(p); in nnosThreadFinalize() local
326 pThread->~Thread(); in nnosThreadFinalize()
331 Thread* pThread = reinterpret_cast<Thread*>(p); in nnosThreadJoin() local
332 pThread->Join(); in nnosThreadJoin()
352 const Thread* pThread = reinterpret_cast<const Thread*>(p); in nnosThreadGetPriority() local
353 return pThread->GetPriority(); in nnosThreadGetPriority()
[all …]