Home
last modified time | relevance | path

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

/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
65 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
H A Dsanitizer_win.cc94 uptr GetThreadSelf() { in GetThreadSelf() function
785 owner_ = GetThreadSelf(); in Lock()
795 CHECK_EQ(owner_, GetThreadSelf()); in CheckLocked()
H A Dsanitizer_fuchsia.cc67 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
69 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
H A Dsanitizer_symbolizer_report.cc243 uptr current = GetThreadSelf(); in ScopedErrorReportLock()
H A Dsanitizer_posix_libcdep.cc54 uptr GetThreadSelf() { in GetThreadSelf() function
H A Dsanitizer_common.h75 uptr GetThreadSelf();
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_rtems.cc61 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); } in GetThreadSelf() function
63 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
H A Dsanitizer_win.cc92 uptr GetThreadSelf() { in GetThreadSelf() function
779 owner_ = GetThreadSelf(); in Lock()
789 CHECK_EQ(owner_, GetThreadSelf()); in CheckLocked()
H A Dsanitizer_fuchsia.cc65 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
67 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
H A Dsanitizer_symbolizer_report.cc245 uptr current = GetThreadSelf(); in ScopedErrorReportLock()
H A Dsanitizer_posix_libcdep.cc56 uptr GetThreadSelf() { in GetThreadSelf() function
H A Dsanitizer_common.h77 uptr GetThreadSelf();
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_fuchsia.cpp65 u32 tid = ThreadCreate(0, GetThreadSelf(), true, &args); in InitializeMainThread()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_fuchsia.cpp68 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
70 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.cpp111 uptr GetThreadSelf() { in GetThreadSelf() function
H A Dsanitizer_common.h86 uptr GetThreadSelf();
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_thread.cc431 (void *)GetThreadSelf()); in SetCurrentThread()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.cc430 (void *)GetThreadSelf()); in SetCurrentThread()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_thread.cpp447 (void *)GetThreadSelf()); in SetCurrentThread()