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.cpp636 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()
/system/media/audio_utils/include/audio_utils/
Dmutex.h1186 deadlock_info_t deadlock_detection(pid_t tid, const StringArray& mutex_names) { in deadlock_detection() function
1485 deadlock_detection(pid_t tid) { in deadlock_detection() function
1486 return get_registry().deadlock_detection(tid, Attributes::order_names_); in deadlock_detection()