Home
last modified time | relevance | path

Searched refs:g_propResources (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/param/
H A Dproperties.cpp87 static PropRes g_propResources[static_cast<int>(PropType::PROP_MAX)] = { member
109 return g_propResources[static_cast<int>(propType)].name; in GetPropertyName()
114 if (g_propResources[static_cast<int>(propType)].lock == nullptr) { in LockByProp()
117 return pthread_mutex_trylock(g_propResources[static_cast<int>(propType)].lock); in LockByProp()
122 if (g_propResources[static_cast<int>(propType)].lock == nullptr) { in UnlockByProp()
125 pthread_mutex_unlock(g_propResources[static_cast<int>(propType)].lock); in UnlockByProp()

Completed in 2 milliseconds