Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp54 uptr GetThreadSelf() { in GetThreadSelf() function
H A Dsanitizer_fuchsia.cpp68 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
H A Dsanitizer_win.cpp111 uptr GetThreadSelf() { in GetThreadSelf() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_rtems.cc63 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); } in GetThreadSelf() function
H A Dsanitizer_posix_libcdep.cc54 uptr GetThreadSelf() { in GetThreadSelf() function
H A Dsanitizer_fuchsia.cc67 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
H A Dsanitizer_win.cc94 uptr GetThreadSelf() { in GetThreadSelf() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc56 uptr GetThreadSelf() { in GetThreadSelf() function
H A Dsanitizer_rtems.cc61 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); } 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