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 D | fcal_leds.c | 68 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 D | fcal_leds.h | 286 extern pthread_cond_t g_cv;
|
H A D | fcal_leds_thread.c | 601 r = pthread_cond_wait(&g_cv, &g_mutex); in wait_a_while()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/ |
H A D | piclfrudr.c | 319 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 D | piclfrutree.c | 260 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 D | drmach.c | 1325 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()
|