Home
last modified time | relevance | path

Searched refs:ltp_mtx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/
H A Dthreadpool.c54 if (pthread_mutex_lock(&tp->ltp_mtx) != 0) in l9p_responder()
58 &tp->ltp_mtx); in l9p_responder()
61 (void) pthread_mutex_unlock(&tp->ltp_mtx); in l9p_responder()
76 if (pthread_mutex_unlock(&tp->ltp_mtx) != 0) in l9p_responder()
93 if (pthread_mutex_lock(&tp->ltp_mtx) != 0) in l9p_worker()
98 &tp->ltp_mtx); in l9p_worker()
108 (void) pthread_mutex_unlock(&tp->ltp_mtx); in l9p_worker()
114 if (pthread_mutex_lock(&tp->ltp_mtx) != 0) in l9p_worker()
123 (void) pthread_mutex_unlock(&tp->ltp_mtx); in l9p_worker()
430 (void) pthread_mutex_unlock(&tp->ltp_mtx); in l9p_threadpool_tflush()
[all …]
H A Dthreadpool.h50 pthread_mutex_t ltp_mtx; /* locks queues and cond vars */ member