Home
last modified time | relevance | path

Searched refs:report_bad_unlock (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp222 bool report_bad_unlock = false; in MutexUnlock() local
234 report_bad_unlock = true; in MutexUnlock()
248 !report_bad_unlock) { in MutexUnlock()
256 if (report_bad_unlock) in MutexUnlock()
259 if (common_flags()->detect_deadlocks && !report_bad_unlock) { in MutexUnlock()
330 bool report_bad_unlock = false; in MutexReadUnlock() local
341 report_bad_unlock = true; in MutexReadUnlock()
356 if (report_bad_unlock) in MutexReadUnlock()
371 bool report_bad_unlock = false; in MutexReadOrWriteUnlock() local
400 report_bad_unlock = true; in MutexReadOrWriteUnlock()
[all …]