Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c69 pthread_cond_t g_cv_ack; variable
437 (void) pthread_cond_signal(&g_cv_ack); in fcal_poll_thread()
536 (pthread_cond_init(&g_cv_ack, NULL) == 0) && in fcal_leds_init()
655 (void) pthread_cond_wait(&g_cv_ack, &g_mutex); in fcal_leds_fini()
H A Dfcal_leds.h287 extern pthread_cond_t g_cv_ack;
H A Dfcal_leds_thread.c598 (void) pthread_cond_signal(&g_cv_ack); in wait_a_while()
/titanic_44/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()
2685 (void) pthread_cond_signal(&g_cv_ack); in disk_leds_thread()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c261 static pthread_cond_t g_cv_ack; variable
3782 (pthread_cond_init(&g_cv_ack, NULL) == 0) && in disk_leds_init()
3843 (void) pthread_cond_wait(&g_cv_ack, &g_mutex); in disk_leds_fini()
4056 (void) pthread_cond_signal(&g_cv_ack); in disk_leds_thread()