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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 406 ThreadIgnoreSyncEnd(thr, pc);
tsan_rtl.h 629 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc);
tsan_rtl.cc 964 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) {
965 DPrintf("#%d: ThreadIgnoreSyncEnd\n", thr->tid);

Completed in 82 milliseconds