Home | History | Annotate | Download | only in blktrace

Lines Matching full:mutex

103 	 * data onto. It's list is protected above (tracer_devpath_head.mutex)
124 * We will use a mutex to guard each of the trace_buf list. The tracers
142 pthread_mutex_t mutex;
522 static void t_pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
527 pthread_cond_timedwait(cond, mutex, &ts);
1140 pthread_mutex_destroy(&hd->mutex);
1161 pthread_mutex_init(&hd->mutex, NULL);
1177 pthread_mutex_lock(&hd->mutex);
1179 pthread_mutex_unlock(&hd->mutex);
1399 pthread_mutex_lock(&hd->mutex);
1401 pthread_mutex_unlock(&hd->mutex);
1406 pthread_mutex_unlock(&hd->mutex);
1425 * No mutex needed here: we're only reading from the lists,