Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp263 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.h85 uptr GetThreadSelf();
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp201 (void *)GetThreadSelf()); in SetCurrentThread()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_thread.cpp444 (void *)GetThreadSelf()); in SetCurrentThread()