Searched refs:tminfo (Results 1 – 1 of 1) sorted by relevance
1063 bool add_to_registry(const std::shared_ptr<ThreadInfo>& tminfo) EXCLUDES(mutex_) { in add_to_registry() argument1064 ALOGV("%s: registered for %d", __func__, tminfo->tid_); in add_to_registry()1066 if (registry_.count(tminfo->tid_) > 0) { in add_to_registry()1067 ALOGW_IF("%s: tid %d already exists", __func__, tminfo->tid_); in add_to_registry()1070 registry_[tminfo->tid_] = tminfo; in add_to_registry()1449 thread_local std::shared_ptr<thread_mutex_info_t> tminfo = []() { in get_thread_mutex_info()1454 return tminfo; in get_thread_mutex_info()