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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h 29 SuspendedThreadID GetThreadID(uptr index) {
sanitizer_stoptheworld_linux.cc 124 pid_t tid = suspended_threads_list_.GetThreadID(i);
139 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i),
  /external/v8/tools/oom_dump/
oom_dump.cc 122 CHECK(exception->GetThreadID(&exception_thread_id));
  /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/openssl/crypto/threads/
mttest.c 1210 ret=(unsigned long)GetThreadID();

Completed in 129 milliseconds