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

  /external/webrtc/webrtc/base/
platform_thread_types.h 24 typedef DWORD PlatformThreadId;
27 typedef pid_t PlatformThreadId;
  /external/libchrome/base/threading/
platform_thread.h 32 typedef DWORD PlatformThreadId;
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 697 milliseconds