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

/external/webrtc/webrtc/base/
H A Dplatform_thread_types.h24 typedef DWORD PlatformThreadId; typedef in namespace:rtc
27 typedef pid_t PlatformThreadId;
/external/libchrome/base/threading/
H A Dplatform_thread.h32 typedef DWORD PlatformThreadId; typedef in namespace:base
34 typedef mach_port_t PlatformThreadId;
36 typedef pid_t PlatformThreadId;
104 const PlatformThreadId kInvalidThreadId(0);
133 static PlatformThreadId CurrentId();
224 static void SetThreadPriority(PlatformThreadId thread_id,

Completed in 459 milliseconds