Searched refs:list_cond (Results 1 – 4 of 4) sorted by relevance
41 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init()170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()214 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd()259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv()329 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()