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

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dplatform_thread.h36 typedef HANDLE PlatformThreadHandle; typedef in namespace:sfntly
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);
/external/sfntly/cpp/src/test/
H A Dplatform_thread.h36 typedef HANDLE PlatformThreadHandle; typedef in namespace:sfntly
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);
/external/chromium_org/base/threading/
H A Dplatform_thread.h68 class PlatformThreadHandle { class in namespace:base
76 PlatformThreadHandle() function in class:base::PlatformThreadHandle
81 explicit PlatformThreadHandle(Handle handle) function in class:base::PlatformThreadHandle
86 PlatformThreadHandle(Handle handle, function in class:base::PlatformThreadHandle
92 bool is_equal(const PlatformThreadHandle& other) const {
145 static PlatformThreadHandle CurrentHandle();
170 PlatformThreadHandle* thread_handle);
178 PlatformThreadHandle* thread_handle,
183 // PlatformThreadHandle.
189 static void Join(PlatformThreadHandle thread_handl
[all...]

Completed in 117 milliseconds