Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
Dmutex.h947 other_wait_info_.tid_ = kInvalidTid; in push_held_for_cv()
952 other_wait_info_.order_ = order; in remove_held_for_cv()
953 other_wait_info_.reason_ = other_wait_reason_t::cv; in remove_held_for_cv()
954 other_wait_info_.tid_ = notifier_tid; in remove_held_for_cv()
960 other_wait_info_.reason_ = other_wait_reason_t::join; in add_wait_join()
961 other_wait_info_.tid_ = waiting_tid; in add_wait_join()
965 other_wait_info_.tid_ = kInvalidTid; in remove_wait_join()
979 if (other_wait_info_.tid_ != kInvalidTid) { in to_string()
980 s.append("\n").append(other_wait_info_.to_string()); in to_string()
1000 other_wait_info other_wait_info_; variable
[all …]