Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_rtems.cc61 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); } in GetThreadSelf() function
63 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
H A Dsanitizer_win.cc92 uptr GetThreadSelf() { in GetThreadSelf() function
779 owner_ = GetThreadSelf(); in Lock()
789 CHECK_EQ(owner_, GetThreadSelf()); in CheckLocked()
H A Dsanitizer_fuchsia.cc65 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
67 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
H A Dsanitizer_symbolizer_report.cc245 uptr current = GetThreadSelf(); in ScopedErrorReportLock()
H A Dsanitizer_posix_libcdep.cc56 uptr GetThreadSelf() { in GetThreadSelf() function
H A Dsanitizer_common.h87 uptr GetThreadSelf();
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_thread.cc431 (void *)GetThreadSelf()); in SetCurrentThread()