Searched refs:report_bad_unlock (Results 1 – 1 of 1) sorted by relevance
197 bool report_bad_unlock = false; in MutexUnlock() local201 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() local279 report_bad_unlock = true; in MutexReadUnlock()291 if (report_bad_unlock) in MutexReadUnlock()305 bool report_bad_unlock = false; in MutexReadOrWriteUnlock() local328 report_bad_unlock = true; in MutexReadOrWriteUnlock()[all …]