/titanic_41/usr/src/cmd/lms/SyncLib/src/ |
H A D | EventUnix.cpp | 52 pthread_cond_init(&_cond, NULL); in OSEvent_s() 174 pthread_cond_init(&_osEvent->_ose->_cond, NULL); in reset()
|
H A D | ThreadUnix.cpp | 79 pthread_cond_init(&_osThread->_cond, NULL); in Thread()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | pthr_cond.c | 136 #pragma weak _pthread_cond_init = pthread_cond_init 138 pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init() function
|
H A D | door_calls.c | 630 (void) pthread_cond_init(&xssp->cv_m2s, NULL); in door_xcreate_n() 631 (void) pthread_cond_init(&xssp->cv_s2m, NULL); in door_xcreate_n()
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | startd.c | 888 (void) pthread_cond_init(&st->st_load_cv, NULL); in startup() 889 (void) pthread_cond_init(&st->st_configd_live_cv, NULL); in startup() 890 (void) pthread_cond_init(&gu->gu_cv, NULL); in startup() 891 (void) pthread_cond_init(&gu->gu_freeze_cv, NULL); in startup() 892 (void) pthread_cond_init(&ru->restarter_update_cv, NULL); in startup()
|
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Slottable.c | 68 (void) pthread_cond_init(&stmp->st_wait_cond, NULL); in pkcs11_slottable_initialize() 70 (void) pthread_cond_init(&stmp->st_start_cond, NULL); in pkcs11_slottable_initialize()
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | ctfmerge.c | 661 pthread_cond_init(&wq->wq_work_avail, NULL); in wq_init() 662 pthread_cond_init(&wq->wq_work_removed, NULL); in wq_init() 670 pthread_cond_init(&wq->wq_done_cv, NULL); in wq_init() 672 pthread_cond_init(&wq->wq_alldone_cv, NULL); in wq_init()
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_timerq.c | 62 (void) pthread_cond_init(&tp->tmr_cv, NULL); in fmd_timerq_install() 253 (void) pthread_cond_init(&tmq->tmq_cv, NULL); in fmd_timerq_create()
|
H A D | fmd_ctl.c | 125 (void) pthread_cond_init(&cp->ctl_cv, NULL); in fmd_ctl_init()
|
H A D | fmd_time.c | 230 (void) pthread_cond_init(&fts->fts_cv, NULL); in fmd_simulator_init()
|
H A D | fmd_eventq.c | 41 (void) pthread_cond_init(&eq->eq_cv, NULL); in fmd_eventq_create()
|
H A D | fmd_idspace.c | 58 (void) pthread_cond_init(&ids->ids_cv, NULL); in fmd_idspace_create()
|
H A D | fmd_scheme.c | 220 (void) pthread_cond_init(&sp->sch_cv, NULL); in fmd_scheme_create()
|
H A D | fmd.c | 433 (void) pthread_cond_init(&dp->d_fmd_cv, NULL); in fmd_create() 518 (void) pthread_cond_init(&dp->d_rmod->mod_cv, NULL); in fmd_create()
|
/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | xsem.c | 48 pthread_cond_init(&sem->semCV, NULL); in xsem_init()
|
/titanic_41/usr/src/cmd/syslogd/ |
H A D | queue.c | 97 (void) pthread_cond_init(&wait.cv, NULL); in dataq_dequeue()
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | nis_hashitem.c | 76 errorcode = pthread_cond_init(&table->cond, 0); in __nis_init_hash_table() 283 (void) pthread_cond_init(&item->lock, 0); in __nis_insert_item_mt()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.c | 535 if ((pthread_cond_init(&g_cv, NULL) == 0) && in fcal_leds_init() 536 (pthread_cond_init(&g_cv_ack, NULL) == 0) && in fcal_leds_init()
|
/titanic_41/usr/src/head/ |
H A D | pthread.h | 279 extern int pthread_cond_init(pthread_cond_t *_RESTRICT_KYWD,
|
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | util.c | 258 dm_assert(pthread_cond_init(&newqp->cvar, NULL) == 0); in new_queue()
|
/titanic_41/usr/src/cmd/svc/configd/ |
H A D | snapshot.c | 59 (void) pthread_cond_init(&sp->rs_cv, NULL); in snapshot_alloc()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 875 (void) pthread_cond_init(&dpr->dpr_cv, NULL); in dt_proc_create() 943 (void) pthread_cond_init(&dpr->dpr_cv, NULL); in dt_proc_grab() 1057 (void) pthread_cond_init(&dtp->dt_procs->dph_cv, NULL); in dt_proc_init()
|
/titanic_41/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_osd.c | 200 if (0 != pthread_cond_init(&wait_obj->cv, NULL)) { in dapl_os_wait_object_init()
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | libmilter.h | 149 #define scond_init(cp) pthread_cond_init(cp, NULL)
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSessionUtil.c | 148 (void) pthread_cond_init(&new_sp->ses_free_cond, NULL); in kernel_add_session()
|