Searched refs:report_bad_unlock (Results 1 – 1 of 1) sorted by relevance
222 bool report_bad_unlock = false; in MutexUnlock() local234 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() local341 report_bad_unlock = true; in MutexReadUnlock()356 if (report_bad_unlock) in MutexReadUnlock()371 bool report_bad_unlock = false; in MutexReadOrWriteUnlock() local400 report_bad_unlock = true; in MutexReadOrWriteUnlock()[all …]