Home | History | Annotate | Download | only in pthread_cond_destroy

Lines Matching refs:mtx1

209 	pthread_mutex_t mtx1;
225 ret = pthread_mutex_lock(&td->mtx1);
247 ret = pthread_cond_timedwait(&td->cnd, &td->mtx1, &ts);
249 ret = pthread_cond_wait(&td->cnd, &td->mtx1);
264 ret = pthread_mutex_unlock(&td->mtx1);
510 ret = pthread_mutex_init(&td->mtx1, &ma);
571 ret = pthread_mutex_lock(&td->mtx1);
578 ret = pthread_mutex_unlock(&td->mtx1);
585 ret = pthread_mutex_lock(&td->mtx1);
613 ret = pthread_mutex_unlock(&td->mtx1);
636 ret = pthread_mutex_lock(&td->mtx1);
643 ret = pthread_mutex_unlock(&td->mtx1);
650 ret = pthread_mutex_lock(&td->mtx1);
658 ret = pthread_mutex_unlock(&td->mtx1);
788 ret = pthread_mutex_destroy(&td->mtx1);