Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/examples/
DslesTestDecodeAac.cpp201 static pthread_mutex_t head_mutex = PTHREAD_MUTEX_INITIALIZER; variable
220 pthread_mutex_lock(&head_mutex); in PlayCallback()
223 pthread_mutex_unlock(&head_mutex); in PlayCallback()
805 pthread_mutex_lock(&head_mutex); in TestDecToBuffQueue()
807 pthread_cond_wait(&head_cond, &head_mutex); in TestDecToBuffQueue()
809 pthread_mutex_unlock(&head_mutex); in TestDecToBuffQueue()