Home
last modified time | relevance | path

Searched refs:deadlockInfo (Results 1 – 1 of 1) 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() local
573 EXPECT_EQ(false, deadlockInfo.has_cycle); in TEST_P()
576 EXPECT_EQ(audio_utils::other_wait_reason_t::none, deadlockInfo.other_wait_reason); in TEST_P()
579 const auto chain = deadlockInfo.chain; in TEST_P()
685 const auto deadlockInfo = android::audio_utils::mutex::deadlock_detection(tid1); in TEST_P() local
688 EXPECT_EQ(false, deadlockInfo.has_cycle); in TEST_P()
691 EXPECT_EQ(audio_utils::other_wait_reason_t::cv, deadlockInfo.other_wait_reason); in TEST_P()
694 const auto chain = deadlockInfo.chain; in TEST_P()
792 const auto deadlockInfo = android::audio_utils::mutex::deadlock_detection(tid1); in TEST_P() local
795 EXPECT_EQ(false, deadlockInfo.has_cycle); in TEST_P()
[all …]