HomeSort by relevance Sort by last modified time
    Searched defs:PlatformThreadHandle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/test/
platform_thread.h 36 typedef HANDLE PlatformThreadHandle;
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/
platform_thread.h 68 class PlatformThreadHandle {
76 PlatformThreadHandle()
81 explicit PlatformThreadHandle(Handle handle)
86 PlatformThreadHandle(Handle handle,
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_handle)
    [all...]

Completed in 573 milliseconds