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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h 29 SuspendedThreadID GetThreadID(uptr index) {
  /external/v8/src/
platform-freebsd.cc 661 static pthread_t GetThreadID() {
669 PlatformData() : vm_tid_(GetThreadID()) {}
platform-solaris.cc 666 static pthread_t GetThreadID() {
705 PlatformData() : vm_tid_(GetThreadID()) {}
platform-linux.cc 1013 static int GetThreadID() {
1078 PlatformData() : vm_tid_(GetThreadID()) {}
    [all...]
platform-openbsd.cc 727 static pthread_t GetThreadID() {
783 PlatformData() : vm_tid_(GetThreadID()) {}

Completed in 45 milliseconds