Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/test/
Dplatform_thread.h36 typedef HANDLE PlatformThreadHandle; typedef
37 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);
Dlock_test.cc64 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()
Dplatform_thread.cc32 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) {