Searched refs:GetTid (Results 1 - 12 of 12) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan.cc80 ThreadStart(tid, GetTid());
H A Dlsan_thread.cc128 CurrentThreadContext()->os_id = GetTid();
H A Dlsan_interceptors.cc219 ThreadStart(tid, GetTid());
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc97 arg->reported_tid = GetTid();
146 pid_t self_tid = GetTid();
/external/compiler-rt/lib/asan/
H A Dasan_win.cc83 return t->ThreadStart(GetTid(), /* signal_thread_is_registered */ nullptr);
H A Dasan_thread.cc312 context->os_id = GetTid();
H A Dasan_interceptors.cc215 return t->ThreadStart(GetTid(), &param->is_registered);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc61 uptr GetTid() { function in namespace:__sanitizer
66 return GetTid();
H A Dsanitizer_mac.cc156 uptr GetTid() { function in namespace:__sanitizer
H A Dsanitizer_common.h62 uptr GetTid();
H A Dsanitizer_linux.cc340 uptr GetTid() { function in namespace:__sanitizer
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc939 ThreadStart(thr, tid, GetTid());

Completed in 127 milliseconds