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

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interface_ann.cpp 291 ThreadIgnoreSyncBegin(thr, pc);
372 ThreadIgnoreSyncBegin(thr, 0);
399 ThreadIgnoreSyncBegin(thr, 0);
414 ThreadIgnoreSyncBegin(thr, 0);
436 ThreadIgnoreSyncBegin(thr, 0);
tsan_rtl.cpp 535 ThreadIgnoreSyncBegin(thr, pc);
712 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc) {
713 DPrintf("#%d: ThreadIgnoreSyncBegin\n", thr->tid);
tsan_rtl_thread.cpp 173 ThreadIgnoreSyncBegin(thr, 0);
tsan_rtl.h 530 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc);
  /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 39 milliseconds