Searched refs:deadlockInfo (Results 1 – 1 of 1) sorted by relevance
570 const auto deadlockInfo = android::audio_utils::mutex::deadlock_detection(tid1); in TEST_P() local573 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() local688 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() local795 EXPECT_EQ(false, deadlockInfo.has_cycle); in TEST_P()[all …]