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

  /external/chromium/base/threading/
platform_thread.h 35 typedef DWORD PlatformThreadId;
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/
platform_thread.h 27 typedef DWORD PlatformThreadId;
29 typedef pid_t PlatformThreadId;
51 PlatformThreadId id)
72 PlatformThreadId id_;
75 const PlatformThreadId kInvalidThreadId(0);
102 static PlatformThreadId CurrentId();

Completed in 115 milliseconds