Home
last modified time | relevance | path

Searched refs:GetThreadSelf (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp257 auto self = GetThreadSelf(); in HwasanThreadStartFunc()
312 hwasanThreadArgRetval().Finish(GetThreadSelf(), retval); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp434 auto self = GetThreadSelf(); in ThreadStartFunc()
496 GetThreadArgRetval().Finish(GetThreadSelf(), retval); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp201 (void *)GetThreadSelf()); in SetCurrentThread()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp69 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
71 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
H A Dsanitizer_symbolizer_report.cpp306 uptr current = GetThreadSelf(); in Lock()
H A Dsanitizer_posix_libcdep.cpp54 uptr GetThreadSelf() { in GetThreadSelf() function
H A Dsanitizer_win.cpp115 uptr GetThreadSelf() { in GetThreadSelf() function
H A Dsanitizer_common.h83 uptr GetThreadSelf();
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp228 auto self = GetThreadSelf(); in asan_thread_start()
309 asanThreadArgRetval().Finish(GetThreadSelf(), retval); in INTERCEPTOR()
H A Dasan_thread.cpp450 (void *)GetThreadSelf()); in SetCurrentThread()