Home | History | Annotate | Download | only in HAL3

Lines Matching refs:mRequestCond

196     pthread_cond_init(&mRequestCond, NULL);
279 pthread_cond_destroy(&mRequestCond);
1324 pthread_cond_signal(&mRequestCond);
1622 pthread_cond_wait(&mRequestCond, &mMutex);
1626 rc = pthread_cond_timedwait(&mRequestCond, &mMutex, &ts);