HomeSort by relevance Sort by last modified time
    Searched defs:GetThreadSelf (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 36 uptr GetThreadSelf() {
sanitizer_win.cc 63 uptr GetThreadSelf() {
332 owner_ = GetThreadSelf();
336 CHECK_EQ(owner_, GetThreadSelf());
342 CHECK_EQ(owner_, GetThreadSelf());

Completed in 528 milliseconds