Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Daudio_mutex_tests.cpp576 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()
/system/media/audio_utils/include/audio_utils/
Dmutex.h1040 other_wait_reason_t other_wait_reason = other_wait_reason_t::none; member
1173 other_wait_reason_t other_wait_reason = in deadlock_detection() local
1239 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()