HomeSort by: relevance | last modified time | path
    Searched refs:GetThreadSelf (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_fuchsia.cpp 65 u32 tid = ThreadCreate(0, GetThreadSelf(), true, &args);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_rtems.cc 61 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); }
63 tid_t GetTid() { return GetThreadSelf(); }
sanitizer_symbolizer_report.cc 245 uptr current = GetThreadSelf();
sanitizer_fuchsia.cc 65 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); }
67 tid_t GetTid() { return GetThreadSelf(); }
sanitizer_win.cc 92 uptr GetThreadSelf() {
779 owner_ = GetThreadSelf();
789 CHECK_EQ(owner_, GetThreadSelf());
sanitizer_posix_libcdep.cc 56 uptr GetThreadSelf() {
sanitizer_common.h 77 uptr GetThreadSelf();
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_interceptors.cpp 257 auto self = GetThreadSelf();
312 hwasanThreadArgRetval().Finish(GetThreadSelf(), retval);
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_interceptors.cpp 436 auto self = GetThreadSelf();
498 GetThreadArgRetval().Finish(GetThreadSelf(), retval);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_report.cpp 263 uptr current = GetThreadSelf();
sanitizer_fuchsia.cpp 68 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); }
70 tid_t GetTid() { return GetThreadSelf(); }
sanitizer_posix_libcdep.cpp 54 uptr GetThreadSelf() {
sanitizer_common.h 86 uptr GetThreadSelf();
sanitizer_win.cpp 111 uptr GetThreadSelf() {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_report.cpp 262 uptr current = GetThreadSelf();
sanitizer_fuchsia.cpp 69 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); }
71 tid_t GetTid() { return GetThreadSelf(); }
sanitizer_posix_libcdep.cpp 54 uptr GetThreadSelf() {
sanitizer_common.h 85 uptr GetThreadSelf();
sanitizer_win.cpp 115 uptr GetThreadSelf() {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.cc 431 (void *)GetThreadSelf());
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_thread.cpp 447 (void *)GetThreadSelf());
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_interceptors.cpp 223 auto self = GetThreadSelf();
304 asanThreadArgRetval().Finish(GetThreadSelf(), retval);
asan_thread.cpp 445 (void *)GetThreadSelf());

Completed in 40 milliseconds