Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc197 bool report_bad_unlock = false; in MutexUnlock() local
201 report_bad_unlock = true; in MutexUnlock()
216 !report_bad_unlock) { in MutexUnlock()
223 if (report_bad_unlock) in MutexUnlock()
225 if (common_flags()->detect_deadlocks && !report_bad_unlock) { in MutexUnlock()
275 bool report_bad_unlock = false; in MutexReadUnlock() local
279 report_bad_unlock = true; in MutexReadUnlock()
291 if (report_bad_unlock) in MutexReadUnlock()
305 bool report_bad_unlock = false; in MutexReadOrWriteUnlock() local
328 report_bad_unlock = true; in MutexReadOrWriteUnlock()
[all …]
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cpp221 bool report_bad_unlock = false; in MutexUnlock() local
225 report_bad_unlock = true; in MutexUnlock()
240 !report_bad_unlock) { in MutexUnlock()
247 if (report_bad_unlock) in MutexUnlock()
249 if (common_flags()->detect_deadlocks && !report_bad_unlock) { in MutexUnlock()
316 bool report_bad_unlock = false; in MutexReadUnlock() local
320 report_bad_unlock = true; in MutexReadUnlock()
332 if (report_bad_unlock) in MutexReadUnlock()
346 bool report_bad_unlock = false; in MutexReadOrWriteUnlock() local
369 report_bad_unlock = true; in MutexReadOrWriteUnlock()
[all …]