Home
last modified time | relevance | path

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

/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A Dmutex.h1489 using thread_mutex_info_t = thread_mutex_info< variable
1499 static const std::shared_ptr<thread_mutex_info_t>& get_thread_mutex_info() { in get_thread_mutex_info()
1500 thread_local std::shared_ptr<thread_mutex_info_t> tminfo = []() { in get_thread_mutex_info()
1501 auto info = std::make_shared<thread_mutex_info_t>(gettid_wrapper()); in get_thread_mutex_info()
1665 using thread_registry_t = thread_registry<thread_mutex_info_t>;