Lines Matching refs:common_flags
117 if (common_flags()->detect_deadlocks) { in MutexDestroy()
144 if (!common_flags()->detect_deadlocks) in MutexPreLock()
197 if (first && common_flags()->detect_deadlocks) { in MutexPostLock()
210 if (first && pre_lock && common_flags()->detect_deadlocks) { in MutexPostLock()
247 if (common_flags()->detect_deadlocks && s->recursion == 0 && in MutexUnlock()
259 if (common_flags()->detect_deadlocks && !report_bad_unlock) { in MutexUnlock()
268 if ((flagz & MutexFlagTryLock) || !common_flags()->detect_deadlocks) in MutexPreReadLock()
305 if (common_flags()->detect_deadlocks) { in MutexPostReadLock()
318 if (pre_lock && common_flags()->detect_deadlocks) { in MutexPostReadLock()
348 if (common_flags()->detect_deadlocks && s->recursion == 0) { in MutexReadUnlock()
359 if (common_flags()->detect_deadlocks) { in MutexReadUnlock()
402 if (common_flags()->detect_deadlocks && s->recursion == 0) { in MutexReadOrWriteUnlock()
413 if (common_flags()->detect_deadlocks) { in MutexReadOrWriteUnlock()