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.cc 51 uptr GetThreadSelf() {
sanitizer_win.cc 45 uptr GetThreadSelf() {
310 owner_ = GetThreadSelf();
314 CHECK_EQ(owner_, GetThreadSelf());
320 CHECK_EQ(owner_, GetThreadSelf());

Completed in 35 milliseconds