Lines Matching full:mutex
128 pthread_mutex_t mutex;
952 pthread_mutex_lock(&data->mutex);
954 pthread_mutex_unlock(&data->mutex);
974 pthread_mutex_lock(&data->mutex);
984 err = pthread_cond_timedwait(&data->client_wait, &data->mutex, &ts);
1006 pthread_mutex_unlock(&data->mutex);
1022 pthread_mutex_destroy(&data->mutex);
1036 pthread_mutex_lock(&data->mutex);
1044 pthread_cond_wait(&data->thread_wait, &data->mutex);
1097 pthread_mutex_unlock(&data->mutex);
1126 pthread_mutex_init(&data->mutex, NULL);
1131 pthread_mutex_lock(&data->mutex);
1140 pthread_mutex_unlock(&data->mutex);
1147 pthread_cond_wait(&data->thread_start, &data->mutex);
1153 pthread_mutex_unlock(&data->mutex);