Searched refs:tp_mutex (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c79 pthread_mutex_unlock(&tpool->tp_mutex);
86 pthread_mutex_unlock(&tpool->tp_mutex);
110 pthread_mutex_lock(&tpool->tp_mutex);
132 pthread_mutex_lock(&tpool->tp_mutex);
151 &tpool->tp_mutex);
159 &tpool->tp_mutex, &ts) != 0) {
189 pthread_mutex_unlock(&tpool->tp_mutex);
361 (void) pthread_mutex_init(&tpool->tp_mutex, NULL);
424 pthread_mutex_lock(&tpool->tp_mutex);
441 pthread_mutex_unlock(&tpool->tp_mutex);
[all...]
H A Dthread_pool_impl.h66 pthread_mutex_t tp_mutex; /* protects the pool data */ member in struct:tpool

Completed in 115 milliseconds