Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c66 pthread_cond_t g_cv; variable
132 (void) pthread_cond_signal(&g_cv); in piclfcal_evhandler()
436 (void) pthread_cond_wait(&g_cv, &g_mutex); in fcal_poll_thread()
494 (void) pthread_cond_signal(&g_cv); in fcal_poll_thread()
533 if ((pthread_cond_init(&g_cv, NULL) == 0) && in fcal_leds_init()
561 (void) pthread_cond_broadcast(&g_cv); in fcal_leds_init()
639 (void) pthread_cond_broadcast(&g_cv); in fcal_leds_fini()
H A Dfcal_leds.h284 extern pthread_cond_t g_cv;
H A Dfcal_leds_thread.c599 r = pthread_cond_wait(&g_cv, &g_mutex); in wait_a_while()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c319 static pthread_cond_t g_cv; variable
2227 if ((pthread_cond_init(&g_cv, NULL) == 0) && in disk_leds_init()
2254 (void) pthread_cond_broadcast(&g_cv); in disk_leds_init()
2301 (void) pthread_cond_broadcast(&g_cv); in disk_leds_fini()
2688 (void) pthread_cond_wait(&g_cv, &g_mutex); in disk_leds_thread()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c258 static pthread_cond_t g_cv; variable
3779 if ((pthread_cond_init(&g_cv, NULL) == 0) && in disk_leds_init()
3798 (void) pthread_cond_broadcast(&g_cv); in disk_leds_init()
3835 (void) pthread_cond_broadcast(&g_cv); in disk_leds_fini()
4057 (void) pthread_cond_wait(&g_cv, &g_mutex); in disk_leds_thread()