Searched refs:other_wait_reason (Results 1 – 2 of 2) sorted by relevance
576 EXPECT_EQ(audio_utils::other_wait_reason_t::none, deadlockInfo.other_wait_reason); in TEST_P()691 EXPECT_EQ(audio_utils::other_wait_reason_t::cv, deadlockInfo.other_wait_reason); in TEST_P()798 EXPECT_EQ(audio_utils::other_wait_reason_t::join, deadlockInfo.other_wait_reason); in TEST_P()
1040 other_wait_reason_t other_wait_reason = other_wait_reason_t::none; member1173 other_wait_reason_t other_wait_reason = in deadlock_detection() local1239 reason = other_wait_reason; in deadlock_detection()1240 deadlock_info.other_wait_reason = reason; in deadlock_detection()1265 other_wait_reason = tinfo->other_wait_info_.reason_.load(); in deadlock_detection()