Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
Dmutex.h1448 static const std::shared_ptr<thread_mutex_info_t>& get_thread_mutex_info() { in get_thread_mutex_info() function
1465 mutex_.get_thread_mutex_info()->reset_waiter(&mutex_); in lock_scoped_stat_enabled()
1470 mutex_.get_thread_mutex_info()->reset_waiter(); in ~lock_scoped_stat_enabled()
1479 const bool success = m.get_thread_mutex_info()->remove_held(&m); in pre_unlock()
1490 const auto& p = m.get_thread_mutex_info()->check_held(&m, m.order_); in pre_lock()
1513 m.get_thread_mutex_info()->push_held(&m, m.order_); in post_lock()
1538 get_thread_mutex_info()->add_wait_join(tid); in scoped_join_wait_check()
1541 get_thread_mutex_info()->remove_wait_join(); in ~scoped_join_wait_check()
1568 const bool success = mutex_.get_thread_mutex_info()->remove_held_for_cv( in mutex_()
1578 mutex_.get_thread_mutex_info()->push_held_for_cv(&mutex_, mutex_.order_); in ~cv_wait_scoped_stat_enabled()