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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 384 ThreadIgnoreEnd(thr, pc);
394 ThreadIgnoreEnd(thr, pc);
tsan_interceptors.cc 245 ThreadIgnoreEnd(thr_, pc_);
383 ThreadIgnoreEnd(thr, pc);
408 ThreadIgnoreEnd(thr, pc);
935 ThreadIgnoreEnd(thr, 0);
982 ThreadIgnoreEnd(thr, pc);
1001 ThreadIgnoreEnd(thr, pc);
    [all...]
tsan_rtl.cc 953 void ThreadIgnoreEnd(ThreadState *thr, uptr pc) {
954 DPrintf("#%d: ThreadIgnoreEnd\n", thr->tid);
tsan_rtl.h 660 void ThreadIgnoreEnd(ThreadState *thr, uptr pc);

Completed in 462 milliseconds