Searched refs:ltp_mtx (Results 1 – 2 of 2) sorted by relevance
54 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()187 error = pthread_mutex_init(&tp->ltp_mtx, &attr); in l9p_threadpool_init()[all …]
50 pthread_mutex_t ltp_mtx; /* locks queues and cond vars */ member