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

/external/compiler-rt/lib/lsan/
H A Dlsan.cc52 ThreadStart(tid, GetTid());
H A Dlsan_thread.cc128 CurrentThreadContext()->os_id = GetTid();
H A Dlsan_interceptors.cc214 ThreadStart(tid, GetTid());
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc59 uptr GetTid() { function in namespace:__sanitizer
64 return GetTid();
H A Dsanitizer_mac.cc131 uptr GetTid() { function in namespace:__sanitizer
H A Dsanitizer_common.h46 uptr GetTid();
H A Dsanitizer_linux.cc214 uptr GetTid() { function in namespace:__sanitizer
/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_thread.cc263 context->os_id = GetTid();
H A Dasan_interceptors.cc143 return t->ThreadStart(GetTid());
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc805 ThreadStart(thr, tid, GetTid());

Completed in 281 milliseconds