reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1890 int ignore_sync = thr->ignore_sync; 1895 thr->ignore_sync = 0; 1916 thr->ignore_sync = ignore_sync;projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
1078 thr->ignore_sync++; 1079 CHECK_GT(thr->ignore_sync, 0); 1088 CHECK_GT(thr->ignore_sync, 0); 1089 thr->ignore_sync--; 1091 if (thr->ignore_sync == 0)projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
405 if (thr->ignore_sync) 425 if (thr->ignore_sync) 434 if (thr->ignore_sync) 446 if (thr->ignore_sync) 468 if (thr->ignore_sync) 478 if (thr->ignore_sync) 486 if (thr->ignore_sync) 495 if (thr->ignore_sync) 504 if (thr->ignore_sync)projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
41 cur_thread()->ignore_sync++;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp 200 if (thr->ignore_sync)