Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dosal_mutex.c98 mutex_handle_t *mutex_handle = 0; in osal_mutex_create()
107 mutex_handle = handle->alloc(mmr_handle, sizeof(mutex_handle_t)); in osal_mutex_create()
160 mutex_handle_t *handle = (mutex_handle_t *)mutex_handle; in osal_mutex_destroy()
210 mutex_handle_t *handle = (mutex_handle_t *)mutex_handle; in osal_mutex_lock()
249 mutex_handle_t *handle = (mutex_handle_t *)mutex_handle; in osal_mutex_unlock()
Dosal_cond_var.c216 mutex_handle_t *mutex = (mutex_handle_t *)mutex_handle; in osal_cond_var_wait()
Dosal_mutex.h49 } mutex_handle_t; typedef