Searched refs:epm_tx_cv (Results 1 – 1 of 1) sorted by relevance
71 pthread_cond_t epm_tx_cv; /* Cond var for send/transmit */ member601 (void) pthread_cond_wait(&mp->epm_tx_cv, &mp->epm_lock); in etm_reinit()921 (void) pthread_cond_init(&newmap->epm_tx_cv, NULL); in etm_init_epmap()1091 (void) pthread_cond_wait(&mp->epm_tx_cv, &mp->epm_lock); in etm_free_epmap()1176 (void) pthread_cond_broadcast(&mp->epm_tx_cv); in etm_send()1184 (void) pthread_cond_broadcast(&mp->epm_tx_cv); in etm_send()1198 (void) pthread_cond_broadcast(&mp->epm_tx_cv); in etm_send()1209 (void) pthread_cond_broadcast(&mp->epm_tx_cv); in etm_send()1223 (void) pthread_cond_broadcast(&mp->epm_tx_cv); in etm_send()1233 (void) pthread_cond_broadcast(&mp->epm_tx_cv); in etm_send()[all …]