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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h 29 SuspendedThreadID GetThreadID(uptr index) const {
sanitizer_stoptheworld_linux_libcdep.cc 134 pid_t tid = suspended_threads_list_.GetThreadID(i);
151 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i),
396 pid_t tid = GetThreadID(index);
  /external/chromium_org/v8/tools/oom_dump/
oom_dump.cc 123 CHECK(exception->GetThreadID(&exception_thread_id));
  /external/v8/tools/oom_dump/
oom_dump.cc 122 CHECK(exception->GetThreadID(&exception_thread_id));
  /external/chromium_org/third_party/openssl/openssl/
e_os.h 420 # define getpid GetThreadID
421 extern int GetThreadID(void);
  /external/openssl/
e_os.h 420 # define getpid GetThreadID
421 extern int GetThreadID(void);
  /external/v8/src/
platform-solaris.cc 666 static pthread_t GetThreadID() {
705 PlatformData() : vm_tid_(GetThreadID()) {}
platform-freebsd.cc 661 static pthread_t GetThreadID() {
669 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()) {}
  /external/compiler-rt/lib/lsan/
lsan_common.cc 152 uptr os_id = static_cast<uptr>(suspended_threads.GetThreadID(i));
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 1210 ret=(unsigned long)GetThreadID();
  /external/openssl/crypto/threads/
mttest.c 1210 ret=(unsigned long)GetThreadID();

Completed in 1030 milliseconds