Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.cpp65 u32 tid = ThreadCreate(0, GetThreadSelf(), true, &args); in InitializeMainThread()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp202 (void *)GetThreadSelf()); in SetCurrentThread()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp110 uptr GetThreadSelf() { in GetThreadSelf() function
840 owner_ = GetThreadSelf(); in Lock()
849 void BlockingMutex::CheckLocked() const { CHECK_EQ(owner_, GetThreadSelf()); } in CheckLocked()
H A Dsanitizer_fuchsia.cpp68 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
70 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
H A Dsanitizer_symbolizer_report.cpp257 uptr current = GetThreadSelf(); in Lock()
H A Dsanitizer_posix_libcdep.cpp54 uptr GetThreadSelf() { in GetThreadSelf() function
H A Dsanitizer_common.h86 uptr GetThreadSelf();
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp447 (void *)GetThreadSelf()); in SetCurrentThread()