Home
last modified time | relevance | path

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

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