Searched defs:g_cv (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/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);
438 (void) pthread_cond_wait(&g_cv, &g_mutex);
496 (void) pthread_cond_signal(&g_cv);
535 if ((pthread_cond_init(&g_cv, NULL) == 0) &&
563 (void) pthread_cond_broadcast(&g_cv);
641 (void) pthread_cond_broadcast(&g_cv);
/illumos-gate/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) &&
3800 (void) pthread_cond_broadcast(&g_cv);
3837 (void) pthread_cond_broadcast(&g_cv);
4059 (void) pthread_cond_wait(&g_cv, &g_mutex);
/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) &&
2254 (void) pthread_cond_broadcast(&g_cv);
2301 (void) pthread_cond_broadcast(&g_cv);
2690 (void) pthread_cond_wait(&g_cv, &g_mutex);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1325 kcondvar_t g_cv; /* condvar for getting reply */ member in struct:drmach_msglist
1925 cv_signal(&found->g_cv);
1943 cv_signal(&entry->g_cv);
2081 cv_destroy(&listp->g_cv);
2098 cv_init(&listp->g_cv, NULL, CV_DRIVER, NULL);
2148 crv = cv_timedwait(&listp->g_cv, &listp->g_lock,
2151 crv = cv_timedwait_sig(&listp->g_cv,
2195 crv = cv_timedwait(&link->g_cv, &link->g_lock,

Completed in 95 milliseconds