Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_rtems.cpp64 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); } in GetThreadSelf() function
66 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
Dsanitizer_fuchsia.cpp76 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
78 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
Dsanitizer_win.cpp107 uptr GetThreadSelf() { in GetThreadSelf() function
821 owner_ = GetThreadSelf(); in Lock()
831 CHECK_EQ(owner_, GetThreadSelf()); in CheckLocked()
Dsanitizer_symbolizer_report.cpp257 uptr current = GetThreadSelf(); in ScopedErrorReportLock()
Dsanitizer_posix_libcdep.cpp54 uptr GetThreadSelf() { in GetThreadSelf() function
Dsanitizer_common.h86 uptr GetThreadSelf();
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc69 uptr GetThreadSelf() { in GetThreadSelf() function
678 owner_ = GetThreadSelf(); in Lock()
682 CHECK_EQ(owner_, GetThreadSelf()); in Unlock()
688 CHECK_EQ(owner_, GetThreadSelf()); in CheckLocked()
Dsanitizer_posix_libcdep.cc53 uptr GetThreadSelf() { in GetThreadSelf() function
Dsanitizer_common.h76 uptr GetThreadSelf();
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_fuchsia.cpp65 u32 tid = ThreadCreate(0, GetThreadSelf(), true, &args); in InitializeMainThread()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp202 (void *)GetThreadSelf()); in SetCurrentThread()
/external/compiler-rt/lib/asan/
Dasan_thread.cc361 (void *)GetThreadSelf()); in SetCurrentThread()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_thread.cpp443 (void *)GetThreadSelf()); in SetCurrentThread()