Searched refs:report_bad_unlock (Results 1 – 1 of 1) sorted by relevance
196 bool report_bad_unlock = false; in MutexUnlock() local200 report_bad_unlock = true; in MutexUnlock()215 !report_bad_unlock) { in MutexUnlock()222 if (report_bad_unlock) in MutexUnlock()224 if (common_flags()->detect_deadlocks && !report_bad_unlock) { in MutexUnlock()274 bool report_bad_unlock = false; in MutexReadUnlock() local278 report_bad_unlock = true; in MutexReadUnlock()290 if (report_bad_unlock) in MutexReadUnlock()304 bool report_bad_unlock = false; in MutexReadOrWriteUnlock() local327 report_bad_unlock = true; in MutexReadOrWriteUnlock()[all …]