Lines Matching defs:mutex
694 pthread_mutex_t mutex;
714 pthread_mutex_lock(&finfo->mutex);
727 * thread 0's mutex. However, thread 0 will
728 * have already exited the loop and the mutex
731 * Because this is not an ERRORCHECK mutex,
734 pthread_mutex_unlock(&finfo->next->mutex);
754 * Thread 'i' will wait on this mutex to
758 pthread_mutex_init(&finfo[i].mutex, NULL);
759 pthread_mutex_lock(&finfo[i].mutex);
812 pthread_mutex_unlock(&finfo[0].mutex);