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

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c223 pthread_mutex_t WaitForINFlush_mutex; variable
341 pthread_mutex_lock(&WaitForINFlush_mutex);
343 pthread_mutex_unlock(&WaitForINFlush_mutex);
550 pthread_mutex_init(&WaitForINFlush_mutex, NULL);
1364 pthread_mutex_lock(&WaitForINFlush_mutex);
1366 &WaitForINFlush_mutex);
1367 pthread_mutex_unlock(&WaitForINFlush_mutex);
1738 pthread_mutex_destroy(&WaitForINFlush_mutex);

Completed in 31 milliseconds