Searched refs:sStop_cond (Results 1 – 3 of 3) sorted by relevance
443 pthread_cond_t sStop_cond; member
528 if(pthread_cond_destroy(&(pComponentPrivate->sStop_cond)) != 0){ in Free_ComponentResourcesJpegDec()1258 pthread_cond_wait(&pComponentPrivate->sStop_cond, &pComponentPrivate->mJpegDecMutex); in HandleCommandJpegDec()2113 pthread_cond_signal(&pComponentPrivate->sStop_cond); in LCML_CallbackJpegDec()
811 if (pthread_cond_init(&(pComponentPrivate->sStop_cond), NULL) != 0) in OMX_ComponentInit()