Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dthreadpool.c53 pthread_cond_wait(&tp->ltp_reply_cv, &tp->ltp_mtx); in l9p_responder()
110 pthread_cond_signal(&tp->ltp_reply_cv); in l9p_worker()
173 error = pthread_cond_init(&tp->ltp_reply_cv, NULL); in l9p_threadpool_init()
396 pthread_cond_signal(&tp->ltp_reply_cv); in l9p_threadpool_tflush()
409 pthread_cond_signal(&tp->ltp_reply_cv); in l9p_threadpool_shutdown()
417 pthread_cond_destroy(&tp->ltp_reply_cv); in l9p_threadpool_shutdown()
H A Dthreadpool.h52 pthread_cond_t ltp_reply_cv; /* to signal reply-worker */ member