Searched refs:deadlock_detection (Results 1 – 7 of 7) sorted by relevance
102 def deadlock_detection() : function103 while not deadlock_detection.end :104 deadlock_detection.count = \106 if deadlock_detection.count :107 while not deadlock_detection.end :112 deadlock_detection.end=False113 deadlock_detection.count=0114 t=Thread(target=deadlock_detection)130 deadlock_detection.end=True147 self.assertGreater(deadlock_detection.count, 0)
44 deadlock_detection = ["parking_lot_core/deadlock_detection"] qkey
70 can be enabled via the `deadlock_detection` feature.122 `deadlock_detection` Cargo feature.127 Note that the `deadlock_detection` and `send_guard` features are incompatible
636 const auto deadlockInfo = android::audio_utils::mutex::deadlock_detection(tid1); in TEST_P()751 const auto deadlockInfo = android::audio_utils::mutex::deadlock_detection(tid1); in TEST_P()783 android::audio_utils::mutex::deadlock_detection( in TEST_P()858 const auto deadlockInfo = android::audio_utils::mutex::deadlock_detection(tid1); in TEST_P()888 android::audio_utils::mutex::deadlock_detection( in TEST_P()
52 deadlock_detection = [ qkey
1186 deadlock_info_t deadlock_detection(pid_t tid, const StringArray& mutex_names) { in deadlock_detection() function1485 deadlock_detection(pid_t tid) { in deadlock_detection() function1486 return get_registry().deadlock_detection(tid, Attributes::order_names_); in deadlock_detection()
165 auto deadlockInfo = audio_utils::mutex::deadlock_detection(analysis.timeoutTid); in getSnapshotAnalysis()