HomeSort by: relevance | last modified time | path
    Searched refs:ThreadIgnoreSyncBegin (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interface_ann.cc 402 ThreadIgnoreSyncBegin(thr, pc);
487 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false);
514 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false);
529 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false);
551 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false);
tsan_rtl_thread.cc 271 ThreadIgnoreSyncBegin(thr, 0);
tsan_rtl.cc 514 ThreadIgnoreSyncBegin(thr, pc);
1048 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) {
1049 DPrintf("#%d: ThreadIgnoreSyncBegin\n", thr->tid);
tsan_rtl.h 761 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc 271 ThreadIgnoreSyncBegin(thr, 0);

Completed in 14 milliseconds