Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
Dmutex.h1438 using thread_mutex_info_t = thread_mutex_info< variable
1448 static const std::shared_ptr<thread_mutex_info_t>& get_thread_mutex_info() { in get_thread_mutex_info()
1449 thread_local std::shared_ptr<thread_mutex_info_t> tminfo = []() { in get_thread_mutex_info()
1450 auto info = std::make_shared<thread_mutex_info_t>(gettid_wrapper()); in get_thread_mutex_info()
1591 using thread_registry_t = thread_registry<thread_mutex_info_t>;