Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc69 uptr GetThreadSelf() { in GetThreadSelf() function
678 owner_ = GetThreadSelf(); in Lock()
682 CHECK_EQ(owner_, GetThreadSelf()); in Unlock()
688 CHECK_EQ(owner_, GetThreadSelf()); in CheckLocked()
Dsanitizer_posix_libcdep.cc53 uptr GetThreadSelf() { in GetThreadSelf() function
Dsanitizer_common.h76 uptr GetThreadSelf();
/external/compiler-rt/lib/asan/
Dasan_thread.cc361 (void *)GetThreadSelf()); in SetCurrentThread()