Searched defs:GetThreadSelf (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc39 uptr GetThreadSelf() { function in namespace:__sanitizer
H A Dsanitizer_win.cc63 uptr GetThreadSelf() { function in namespace:__sanitizer
398 owner_ = GetThreadSelf();
402 CHECK_EQ(owner_, GetThreadSelf());
408 CHECK_EQ(owner_, GetThreadSelf());

Completed in 372 milliseconds