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

/external/compiler-rt/lib/lsan/
H A Dlsan.cc84 ThreadStart(tid, GetTid());
H A Dlsan_thread.cc134 CurrentThreadContext()->os_id = GetTid();
H A Dlsan_interceptors.cc224 ThreadStart(tid, GetTid());
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cc142 ThreadStart(thr, tid, GetTid());
H A Dtsan_interceptors.cc889 ThreadStart(thr, 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.cc97 return t->ThreadStart(GetTid(), /* signal_thread_is_registered */ nullptr);
H A Dasan_thread.cc385 context->os_id = GetTid();
H A Dasan_interceptors.cc236 return t->ThreadStart(GetTid(), &param->is_registered);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc65 uptr GetTid() { function in namespace:__sanitizer
70 return GetTid();
H A Dsanitizer_mac.cc240 uptr GetTid() { function in namespace:__sanitizer
H A Dsanitizer_common.h75 uptr GetTid();
H A Dsanitizer_linux.cc373 uptr GetTid() { function in namespace:__sanitizer

Completed in 240 milliseconds