Lines Matching defs:mutex
121 using mutex = mutex_impl<AudioMutexAttributes>; variable
929 check_held(MutexHandle mutex, Order order) const { in check_held()
947 void push_held(MutexHandle mutex, Order order) { in push_held()
951 bool remove_held(MutexHandle mutex) { in remove_held()
959 void push_held_for_cv(MutexHandle mutex, Order order) { in push_held_for_cv()
965 bool remove_held_for_cv(MutexHandle mutex, Order order, pid_t notifier_tid) { in remove_held_for_cv()
1621 explicit lock_scoped_stat_disabled(mutex&) {} in lock_scoped_stat_disabled() argument
1625 static void pre_unlock(mutex&) {} in pre_unlock() argument
1627 static void pre_lock(mutex&) {} in pre_lock() argument
1629 static void post_lock(mutex&) {} in post_lock() argument
1659 explicit cv_wait_scoped_stat_disabled(mutex&) {} in cv_wait_scoped_stat_disabled() argument