Home
last modified time | relevance | path

Searched refs:deadlock_detection (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/tests/
Daudio_mutex_tests.cpp570 const auto deadlockInfo = android::audio_utils::mutex::deadlock_detection(tid1); in TEST_P()
685 const auto deadlockInfo = android::audio_utils::mutex::deadlock_detection(tid1); in TEST_P()
717 android::audio_utils::mutex::deadlock_detection( in TEST_P()
792 const auto deadlockInfo = android::audio_utils::mutex::deadlock_detection(tid1); in TEST_P()
822 android::audio_utils::mutex::deadlock_detection( in TEST_P()
/system/media/audio_utils/include/audio_utils/
Dmutex.h1161 deadlock_info_t deadlock_detection(pid_t tid, const StringArray& mutex_names) { in deadlock_detection() function
1434 deadlock_detection(pid_t tid) { in deadlock_detection() function
1435 return get_registry().deadlock_detection(tid, Attributes::order_names_); in deadlock_detection()