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

/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp203 static pthread_mutex_t head_mutex = PTHREAD_MUTEX_INITIALIZER; variable
222 pthread_mutex_lock(&head_mutex);
225 pthread_mutex_unlock(&head_mutex);
806 pthread_mutex_lock(&head_mutex);
808 pthread_cond_wait(&head_cond, &head_mutex);
810 pthread_mutex_unlock(&head_mutex);

Completed in 343 milliseconds