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

/external/chromium/base/threading/
H A Dplatform_thread.h35 typedef DWORD PlatformThreadId; typedef in namespace:base
42 typedef mach_port_t PlatformThreadId;
44 typedef pid_t PlatformThreadId;
48 const PlatformThreadId kInvalidThreadId = 0;
62 static PlatformThreadId CurrentId();
/external/chromium_org/base/threading/
H A Dplatform_thread.h27 typedef DWORD PlatformThreadId; typedef in namespace:base
29 typedef pid_t PlatformThreadId;
51 PlatformThreadId id)
72 PlatformThreadId id_;
75 const PlatformThreadId kInvalidThreadId(0);
102 static PlatformThreadId CurrentId();

Completed in 95 milliseconds