Home
last modified time | relevance | path

Searched defs:GetThreadSelf (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cc53 uptr GetThreadSelf() { in GetThreadSelf() function
Dsanitizer_win.cc69 uptr GetThreadSelf() { in GetThreadSelf() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cpp54 uptr GetThreadSelf() { in GetThreadSelf() function
Dsanitizer_rtems.cpp64 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); } in GetThreadSelf() function
Dsanitizer_fuchsia.cpp76 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
Dsanitizer_win.cpp107 uptr GetThreadSelf() { in GetThreadSelf() function