Home
last modified time | relevance | path

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

/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A Dmutex.h1499 static const std::shared_ptr<thread_mutex_info_t>& get_thread_mutex_info() { in get_thread_mutex_info() function
1516 mutex_.get_thread_mutex_info()->reset_waiter(&mutex_); in lock_scoped_stat_enabled()
1521 mutex_.get_thread_mutex_info()->reset_waiter(); in ~lock_scoped_stat_enabled()
1530 const bool success = m.get_thread_mutex_info()->remove_held(&m); in pre_unlock()
1541 const auto& p = m.get_thread_mutex_info()->check_held(&m, m.order_); in pre_lock()
1564 m.get_thread_mutex_info()->push_held(&m, m.order_); in post_lock()
1589 get_thread_mutex_info()->add_wait_join(tid); in scoped_join_wait_check()
1592 get_thread_mutex_info()->remove_wait_join(); in ~scoped_join_wait_check()
1612 get_thread_mutex_info()->add_wait_queue(tid); in scoped_queue_wait_check()
1615 get_thread_mutex_info()->remove_wait_queue(); in ~scoped_queue_wait_check()
[all …]