Searched defs:mutex_handle (Results 1 – 6 of 6) sorted by relevance
98 mutex_handle_t *mutex_handle = 0; in osal_mutex_create() local154 WORD32 osal_mutex_destroy(IN void *mutex_handle) in osal_mutex_destroy()204 WORD32 osal_mutex_lock(IN void *mutex_handle) in osal_mutex_lock()243 WORD32 osal_mutex_unlock(IN void *mutex_handle) in osal_mutex_unlock()
45 pthread_mutex_t mutex_handle; /* Mutex Identifier */ member
210 WORD32 osal_cond_var_wait(IN void *cond_var_handle, IN void *mutex_handle) in osal_cond_var_wait()
65 void *mutex_handle; /* Mutex for mutual exclusion. */ member
74 debug_handle_t mutex_handle[DEBUG_ORDER]; member
25 pthread_mutex_t *mutex_handle = NULL; in vp9_enc_grp_get_next_job() local