Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dgralloc_module.cpp42 static pthread_mutex_t s_map_lock = PTHREAD_MUTEX_INITIALIZER; variable
75 pthread_mutex_lock(&s_map_lock); in gralloc_register_buffer()
85 pthread_mutex_unlock(&s_map_lock); in gralloc_register_buffer()
114 pthread_mutex_unlock(&s_map_lock); in gralloc_register_buffer()
181 pthread_mutex_unlock(&s_map_lock); in gralloc_register_buffer()
191 pthread_mutex_unlock(&s_map_lock); in gralloc_register_buffer()
253 pthread_mutex_lock(&s_map_lock); in gralloc_unregister_buffer()
265 pthread_mutex_unlock(&s_map_lock); in gralloc_unregister_buffer()
285 pthread_mutex_lock(&s_map_lock); in gralloc_lock()
290 pthread_mutex_unlock(&s_map_lock); in gralloc_lock()
[all …]