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

  /external/chromium_org/third_party/WebKit/public/platform/
WebThread.h 34 typedef uintptr_t PlatformThreadId;
62 virtual PlatformThreadId threadId() const { return 0; }
  /external/chromium_org/base/threading/
platform_thread.h 28 typedef DWORD PlatformThreadId;
30 typedef pid_t PlatformThreadId;
87 PlatformThreadId id)
108 PlatformThreadId id_;
111 const PlatformThreadId kInvalidThreadId(0);
138 static PlatformThreadId CurrentId();

Completed in 485 milliseconds