Home
last modified time | relevance | path

Searched defs:GetThreadSelf (Results 1 – 4 of 4) 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
H A Dsanitizer_posix_libcdep.cc56 uptr GetThreadSelf() { in GetThreadSelf() function
H A Dsanitizer_fuchsia.cc65 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
H A Dsanitizer_win.cc92 uptr GetThreadSelf() { in GetThreadSelf() function