Home
last modified time | relevance | path

Searched refs:g_cv_ack (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c67 pthread_cond_t g_cv_ack; variable
435 (void) pthread_cond_signal(&g_cv_ack); in fcal_poll_thread()
534 (pthread_cond_init(&g_cv_ack, NULL) == 0) && in fcal_leds_init()
653 (void) pthread_cond_wait(&g_cv_ack, &g_mutex); in fcal_leds_fini()
H A Dfcal_leds.h285 extern pthread_cond_t g_cv_ack;
H A Dfcal_leds_thread.c596 (void) pthread_cond_signal(&g_cv_ack); in wait_a_while()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c320 static pthread_cond_t g_cv_ack; variable
2228 (pthread_cond_init(&g_cv_ack, NULL) == 0) && in disk_leds_init()
2307 (void) pthread_cond_wait(&g_cv_ack, &g_mutex); in disk_leds_fini()
2683 (void) pthread_cond_signal(&g_cv_ack); in disk_leds_thread()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c259 static pthread_cond_t g_cv_ack; variable
3780 (pthread_cond_init(&g_cv_ack, NULL) == 0) && in disk_leds_init()
3841 (void) pthread_cond_wait(&g_cv_ack, &g_mutex); in disk_leds_fini()
4054 (void) pthread_cond_signal(&g_cv_ack); in disk_leds_thread()