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

/freebsd-9.3-release/usr.bin/csup/
H A Dmux.c158 pthread_cond_t wrready; member in struct:chan
498 pthread_cond_wait(&chan->wrready, &chan->lock);
529 pthread_cond_wait(&chan->wrready, &chan->lock);
601 pthread_cond_init(&chan->wrready, NULL);
611 pthread_cond_destroy(&chan->wrready);
736 pthread_cond_broadcast(&chan->wrready);
875 pthread_cond_signal(&chan->wrready);
1012 pthread_cond_signal(&chan->wrready);

Completed in 45 milliseconds