Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc960/
Dmali_gralloc_reference.cpp35 static pthread_mutex_t s_map_lock = PTHREAD_MUTEX_INITIALIZER; variable
48 pthread_mutex_lock(&s_map_lock); in mali_gralloc_reference_retain()
53 pthread_mutex_unlock(&s_map_lock); in mali_gralloc_reference_retain()
77 pthread_mutex_unlock(&s_map_lock); in mali_gralloc_reference_retain()
92 pthread_mutex_lock(&s_map_lock); in mali_gralloc_reference_release()
97 pthread_mutex_unlock(&s_map_lock); in mali_gralloc_reference_release()
156 pthread_mutex_unlock(&s_map_lock); in mali_gralloc_reference_release()
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp44 static pthread_mutex_t s_map_lock = PTHREAD_MUTEX_INITIALIZER; variable
77 pthread_mutex_lock(&s_map_lock); in gralloc_register_buffer()
87 pthread_mutex_unlock(&s_map_lock); in gralloc_register_buffer()
118 pthread_mutex_unlock(&s_map_lock); in gralloc_register_buffer()
185 pthread_mutex_unlock(&s_map_lock); in gralloc_register_buffer()
197 pthread_mutex_unlock(&s_map_lock); in gralloc_register_buffer()
259 pthread_mutex_lock(&s_map_lock); in gralloc_unregister_buffer()
271 pthread_mutex_unlock(&s_map_lock); in gralloc_unregister_buffer()
299 pthread_mutex_lock(&s_map_lock); in gralloc_lock()
304 pthread_mutex_unlock(&s_map_lock); in gralloc_lock()
[all …]