/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_rtems.cc | 63 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); } in GetThreadSelf() function 65 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
|
H A D | sanitizer_win.cc | 94 uptr GetThreadSelf() { in GetThreadSelf() function 785 owner_ = GetThreadSelf(); in Lock() 795 CHECK_EQ(owner_, GetThreadSelf()); in CheckLocked()
|
H A D | sanitizer_fuchsia.cc | 67 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function 69 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
|
H A D | sanitizer_symbolizer_report.cc | 243 uptr current = GetThreadSelf(); in ScopedErrorReportLock()
|
H A D | sanitizer_posix_libcdep.cc | 54 uptr GetThreadSelf() { in GetThreadSelf() function
|
H A D | sanitizer_common.h | 75 uptr GetThreadSelf();
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_rtems.cc | 61 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); } in GetThreadSelf() function 63 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
|
H A D | sanitizer_win.cc | 92 uptr GetThreadSelf() { in GetThreadSelf() function 779 owner_ = GetThreadSelf(); in Lock() 789 CHECK_EQ(owner_, GetThreadSelf()); in CheckLocked()
|
H A D | sanitizer_fuchsia.cc | 65 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function 67 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
|
H A D | sanitizer_symbolizer_report.cc | 245 uptr current = GetThreadSelf(); in ScopedErrorReportLock()
|
H A D | sanitizer_posix_libcdep.cc | 56 uptr GetThreadSelf() { in GetThreadSelf() function
|
H A D | sanitizer_common.h | 77 uptr GetThreadSelf();
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_fuchsia.cpp | 65 u32 tid = ThreadCreate(0, GetThreadSelf(), true, &args); in InitializeMainThread()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_fuchsia.cpp | 68 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function 70 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
|
H A D | sanitizer_symbolizer_report.cpp | 263 uptr current = GetThreadSelf(); in Lock()
|
H A D | sanitizer_posix_libcdep.cpp | 54 uptr GetThreadSelf() { in GetThreadSelf() function
|
H A D | sanitizer_win.cpp | 111 uptr GetThreadSelf() { in GetThreadSelf() function
|
H A D | sanitizer_common.h | 86 uptr GetThreadSelf();
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_thread.cc | 431 (void *)GetThreadSelf()); in SetCurrentThread()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_thread.cc | 430 (void *)GetThreadSelf()); in SetCurrentThread()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_thread.cpp | 447 (void *)GetThreadSelf()); in SetCurrentThread()
|