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

/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c73 pthread_cond_t epm_tx_cv; /* Cond var for send/transmit */ member in struct:etm_endpoint_map
603 (void) pthread_cond_wait(&mp->epm_tx_cv, &mp->epm_lock);
923 (void) pthread_cond_init(&newmap->epm_tx_cv, NULL);
1093 (void) pthread_cond_wait(&mp->epm_tx_cv, &mp->epm_lock);
1178 (void) pthread_cond_broadcast(&mp->epm_tx_cv);
1186 (void) pthread_cond_broadcast(&mp->epm_tx_cv);
1200 (void) pthread_cond_broadcast(&mp->epm_tx_cv);
1211 (void) pthread_cond_broadcast(&mp->epm_tx_cv);
1225 (void) pthread_cond_broadcast(&mp->epm_tx_cv);
1235 (void) pthread_cond_broadcast(&mp->epm_tx_cv);
[all...]

Completed in 76 milliseconds