Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c68 pthread_cond_t g_cv; variable
134 (void) pthread_cond_signal(&g_cv); in piclfcal_evhandler()
438 (void) pthread_cond_wait(&g_cv, &g_mutex); in fcal_poll_thread()
496 (void) pthread_cond_signal(&g_cv); in fcal_poll_thread()
535 if ((pthread_cond_init(&g_cv, NULL) == 0) && in fcal_leds_init()
563 (void) pthread_cond_broadcast(&g_cv); in fcal_leds_init()
641 (void) pthread_cond_broadcast(&g_cv); in fcal_leds_fini()
H A Dfcal_leds.h286 extern pthread_cond_t g_cv;
H A Dfcal_leds_thread.c601 r = pthread_cond_wait(&g_cv, &g_mutex); in wait_a_while()
/titanic_50/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()
2690 (void) pthread_cond_wait(&g_cv, &g_mutex); in disk_leds_thread()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c260 static pthread_cond_t g_cv; variable
3781 if ((pthread_cond_init(&g_cv, NULL) == 0) && in disk_leds_init()
3800 (void) pthread_cond_broadcast(&g_cv); in disk_leds_init()
3837 (void) pthread_cond_broadcast(&g_cv); in disk_leds_fini()
4059 (void) pthread_cond_wait(&g_cv, &g_mutex); in disk_leds_thread()
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1325 kcondvar_t g_cv; /* condvar for getting reply */ member
1925 cv_signal(&found->g_cv); in drmach_mbox_getmsg()
1943 cv_signal(&entry->g_cv); in drmach_mbox_getmsg()
2081 cv_destroy(&listp->g_cv); in drmach_msglist_destroy()
2098 cv_init(&listp->g_cv, NULL, CV_DRIVER, NULL); in drmach_msglist_new()
2148 crv = cv_timedwait(&listp->g_cv, &listp->g_lock, in drmach_mbox_req_rply()
2151 crv = cv_timedwait_sig(&listp->g_cv, in drmach_mbox_req_rply()
2195 crv = cv_timedwait(&link->g_cv, &link->g_lock, in drmach_mbox_req_rply()