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.cc65 uptr GetThreadSelf() { in GetThreadSelf() function
506 owner_ = GetThreadSelf(); in Lock()
510 CHECK_EQ(owner_, GetThreadSelf()); in Unlock()
516 CHECK_EQ(owner_, GetThreadSelf()); in CheckLocked()
Dsanitizer_posix_libcdep.cc42 uptr GetThreadSelf() { in GetThreadSelf() function
Dsanitizer_common.h63 uptr GetThreadSelf();
/external/compiler-rt/lib/asan/
Dasan_thread.cc288 (void *)GetThreadSelf()); in SetCurrentThread()