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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 69 uptr GetThreadSelf() {
678 owner_ = GetThreadSelf();
682 CHECK_EQ(owner_, GetThreadSelf());
688 CHECK_EQ(owner_, GetThreadSelf());
sanitizer_posix_libcdep.cc 53 uptr GetThreadSelf() {
sanitizer_common.h 76 uptr GetThreadSelf();
  /external/compiler-rt/lib/asan/
asan_thread.cc 361 (void *)GetThreadSelf());

Completed in 82 milliseconds