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 53 uptr GetThreadSelf() {
sanitizer_win.cc 69 uptr GetThreadSelf() {
678 owner_ = GetThreadSelf();
682 CHECK_EQ(owner_, GetThreadSelf());
688 CHECK_EQ(owner_, GetThreadSelf());

Completed in 51 milliseconds