Searched refs:PlatformThreadHandle (Results 1 – 3 of 3) sorted by relevance
36 typedef HANDLE PlatformThreadHandle; typedef37 const PlatformThreadHandle kNullThreadHandle = NULL;39 typedef pthread_t PlatformThreadHandle;40 const PlatformThreadHandle kNullThreadHandle = 0;61 static bool Create(Delegate* delegate, PlatformThreadHandle* thread_handle);66 static void Join(PlatformThreadHandle thread_handle);
64 PlatformThreadHandle handle = kNullThreadHandle; in BasicLockTest()132 PlatformThreadHandle handle = kNullThreadHandle; in TryLockTest()146 PlatformThreadHandle handle = kNullThreadHandle; in TryLockTest()194 PlatformThreadHandle handle = kNullThreadHandle; in MutexTwoThreads()213 PlatformThreadHandle handle1 = kNullThreadHandle; in MutexFourThreads()214 PlatformThreadHandle handle2 = kNullThreadHandle; in MutexFourThreads()215 PlatformThreadHandle handle3 = kNullThreadHandle; in MutexFourThreads()
32 PlatformThreadHandle* thread_handle) { in Create()43 void PlatformThread::Join(PlatformThreadHandle thread_handle) { in Join()66 PlatformThreadHandle* thread_handle) {79 void PlatformThread::Join(PlatformThreadHandle thread_handle) {