Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dglsl_types.cpp32 mtx_t glsl_type::hash_mutex = _MTX_INITIALIZER_NP; member in glsl_type
519 mtx_lock(&glsl_type::hash_mutex); in glsl_type_singleton_init_or_ref()
521 mtx_unlock(&glsl_type::hash_mutex); in glsl_type_singleton_init_or_ref()
527 mtx_lock(&glsl_type::hash_mutex); in glsl_type_singleton_decref()
532 mtx_unlock(&glsl_type::hash_mutex); in glsl_type_singleton_decref()
567 mtx_unlock(&glsl_type::hash_mutex); in glsl_type_singleton_decref()
686 mtx_lock(&glsl_type::hash_mutex); in VECN()
716 mtx_unlock(&glsl_type::hash_mutex); in VECN()
1125 mtx_lock(&glsl_type::hash_mutex); in get_array_instance()
1148 mtx_unlock(&glsl_type::hash_mutex); in get_array_instance()
[all …]
Dglsl_types.h1271 static mtx_t hash_mutex;