Searched defs:PlatformThreadHandle (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/threading/
H A Dplatform_thread.h30 // PlatformThreadHandle should not be assumed to be a numeric type, since the
36 typedef void* PlatformThreadHandle; // HANDLE typedef in namespace:base
37 const PlatformThreadHandle kNullThreadHandle = NULL;
39 typedef pthread_t PlatformThreadHandle;
40 const PlatformThreadHandle kNullThreadHandle = 0;
82 PlatformThreadHandle* thread_handle);
86 // PlatformThreadHandle.
92 static void Join(PlatformThreadHandle thread_handle);

Completed in 6239 milliseconds