Searched defs:PlatformThreadId (Results 1 - 1 of 1) 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();

Completed in 149 milliseconds