Searched defs:Mutex (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c174 pthread_mutex_t Mymutex; /* Mutex */
175 }Mutex; typedef in typeref:struct:__anon696
238 /* New instance of Mutex Structure */
239 Mutex WaitForStateMutex={OMX_TRUE,PTHREAD_COND_INITIALIZER,PTHREAD_MUTEX_INITIALIZER};
369 APP_DPRINT("App: Mutex signal sent \n");

Completed in 123 milliseconds