Lines Matching refs:PlatformThread
24 PlatformThread::Delegate* delegate =
25 static_cast<PlatformThread::Delegate*>(params);
31 bool PlatformThread::Create(Delegate* delegate,
43 void PlatformThread::Join(PlatformThreadHandle thread_handle) {
51 void PlatformThread::Sleep(int32_t duration_ms) {
58 PlatformThread::Delegate* delegate =
59 static_cast<PlatformThread::Delegate*>(params);
65 bool PlatformThread::Create(Delegate* delegate,
79 void PlatformThread::Join(PlatformThreadHandle thread_handle) {
85 void PlatformThread::Sleep(int32_t duration_ms) {