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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 56 uptr GetThreadSelf() {
sanitizer_rtems.cc 61 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); }
63 tid_t GetTid() { return 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());

Completed in 14 milliseconds