Searched refs:_pThread (Results 1 – 1 of 1) sorted by relevance
498 void resumeAndWaitThread(Thread* _pThread) in resumeAndWaitThread() argument508 _pThread->resume(); in resumeAndWaitThread()511 _pThread->resume(); in resumeAndWaitThread()519 void termAndJoinThread(Thread* _pThread) in termAndJoinThread() argument521 _pThread->terminate(); in termAndJoinThread()525 _pThread->resume(); in termAndJoinThread()529 _pThread->join(); in termAndJoinThread()
Completed in 13 milliseconds