Lines Matching refs:PlatformThread
41 PlatformThread::Delegate* delegate;
47 PlatformThread::Delegate* delegate = thread_params->delegate; in ThreadFunc()
56 PlatformThread::Delegate* delegate, in CreateThread()
120 PlatformThreadId PlatformThread::CurrentId() { in CurrentId()
136 void PlatformThread::YieldCurrentThread() { in YieldCurrentThread()
141 void PlatformThread::Sleep(int duration_ms) { in Sleep()
161 void PlatformThread::SetName(const char* name) {
192 void PlatformThread::SetName(const char* /*name*/) { in SetName()
201 bool PlatformThread::Create(size_t stack_size, Delegate* delegate, in Create()
208 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
217 void PlatformThread::Join(PlatformThreadHandle thread_handle) { in Join()