Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/
Dglsl_types.cpp32 mtx_t glsl_type::hash_mutex = _MTX_INITIALIZER_NP; member in glsl_type
522 mtx_lock(&glsl_type::hash_mutex); in glsl_type_singleton_init_or_ref()
524 mtx_unlock(&glsl_type::hash_mutex); in glsl_type_singleton_init_or_ref()
530 mtx_lock(&glsl_type::hash_mutex); in glsl_type_singleton_decref()
535 mtx_unlock(&glsl_type::hash_mutex); in glsl_type_singleton_decref()
570 mtx_unlock(&glsl_type::hash_mutex); in glsl_type_singleton_decref()
690 mtx_lock(&glsl_type::hash_mutex); in VECN()
720 mtx_unlock(&glsl_type::hash_mutex); in VECN()
1244 mtx_lock(&glsl_type::hash_mutex); in get_array_instance()
1267 mtx_unlock(&glsl_type::hash_mutex); in get_array_instance()
[all …]
Dglsl_types.h1289 static mtx_t hash_mutex;