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 39 uptr GetThreadSelf() {
sanitizer_win.cc 63 uptr GetThreadSelf() {
398 owner_ = GetThreadSelf();
402 CHECK_EQ(owner_, GetThreadSelf());
408 CHECK_EQ(owner_, GetThreadSelf());

Completed in 39 milliseconds