Home
last modified time | relevance | path

Searched refs:pthread_cond_wait (Results 1 – 25 of 81) sorted by relevance

1234

/titanic_41/usr/src/tools/ctf/cvt/
H A Dctfmerge.c357 pthread_cond_wait(&slot->wip_cv, &wq->wq_donequeue_lock); in wip_save_work()
408 pthread_cond_wait(&wq->wq_work_avail, in worker_runphase1()
462 pthread_cond_wait(&wq->wq_work_avail, in worker_runphase2()
488 pthread_cond_wait(&wq->wq_done_cv, in worker_runphase2()
550 pthread_cond_wait(&wq->wq_work_removed, &wq->wq_queue_lock); in merge_ctf_cb()
906 pthread_cond_wait(&wq.wq_alldone_cv, &wq.wq_queue_lock); in main()
/titanic_41/usr/src/lib/libnisdb/
H A Dnis_hashitem.c122 (void) pthread_cond_wait(&table->cond, in __nis_lock_hash_table()
382 (void) pthread_cond_wait(&item->lock, &table->lock); in __nis_find_item_mt()
424 (void) pthread_cond_wait(&item->lock, &table->lock); in __nis_pop_item_mt()
517 (void) pthread_cond_wait(&nl->lock, &table->lock); in __nis_remove_item_mt()
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_sysevent.c160 (void) pthread_cond_wait(&sysev_cv, &sysev_mutex); in sysev_recv()
166 (void) pthread_cond_wait(&sysev_cv, &sysev_mutex); in sysev_recv()
564 (void) pthread_cond_wait(&sysev_cv, &sysev_mutex); in sysev_fini()
H A Dfmd_timerq.c159 (void) pthread_cond_wait(&tp->tmr_cv, &tmq->tmq_lock); in fmd_timerq_remove()
199 (void) pthread_cond_wait(&tmq->tmq_cv, &tmq->tmq_lock); in fmd_timerq_exec()
H A Dfmd_ctl.c187 (void) pthread_cond_wait(&cp->ctl_cv, &cp->ctl_lock); in fmd_ctl_rele()
H A Dfmd_idspace.c80 (void) pthread_cond_wait(&ids->ids_cv, &ids->ids_lock); in fmd_idspace_destroy()
157 (void) pthread_cond_wait(&ids->ids_cv, &ids->ids_lock); in fmd_idspace_setspecific()
H A Dfmd_module.c298 (void) pthread_cond_wait(&mp->mod_cv, &mp->mod_lock); in fmd_module_create()
375 (void) pthread_cond_wait(&mp->mod_cv, &mp->mod_lock); in fmd_module_unload()
764 (void) pthread_cond_wait(&mp->mod_cv, &mp->mod_lock); in fmd_module_lock()
1293 (void) pthread_cond_wait(&mp->mod_cv, &mp->mod_lock); in fmd_modstat_publish()
1311 (void) pthread_cond_wait(&mp->mod_cv, &mp->mod_lock); in fmd_modstat_snapshot()
1338 (void) pthread_cond_wait(&mp->mod_cv, &mp->mod_lock); in fmd_modstat_snapshot()
H A Dfmd_rpc.c248 (void) pthread_cond_wait(&fmd.d_fmd_cv, in fmd_rpc_deny()
/titanic_41/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c560 (void) pthread_cond_wait(&xssp->cv_m2s, &xssp->lock); in door_xcreate_startf()
695 (void) pthread_cond_wait(&xssp->cv_s2m, &xssp->lock); in door_xcreate_n()
740 (void) pthread_cond_wait(&xssp->cv_s2m, &xssp->lock); in door_xcreate_n()
/titanic_41/usr/src/cmd/sendmail/libmilter/
H A Dmonitor.c128 r = pthread_cond_wait(&Mon_cv, &Mon_mutex);
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c487 (void) pthread_cond_wait(&g_schgt_state_cvar, in init_state_change_manager()
507 dm_assert(pthread_cond_wait(&g_schgt_state_cvar, in cleanup_state_change_manager()
H A Dhotplug_mgr.c789 (void) pthread_cond_wait(&g_event_handler_cond, in init_hotplug_manager()
815 (void) pthread_cond_wait(&g_event_handler_cond, in cleanup_hotplug_manager()
H A Dutil.c230 (void) pthread_cond_wait(&qp->cvar, &qp->mutex); in queue_remove()
/titanic_41/usr/src/cmd/auditd/
H A Dauditd.c339 (void) pthread_cond_wait(&(main_thr.thd_cv), in main()
389 (void) pthread_cond_wait(&(main_thr.thd_cv), in main()
447 (void) pthread_cond_wait(&(main_thr.thd_cv), &(main_thr.thd_mutex)); in my_sleep()
/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.c77 pthread_cond_wait(&sem->semCV, &sem->semMutex); in xsem_wait()
/titanic_41/usr/src/cmd/lms/SyncLib/src/
H A DEventUnix.cpp150 pthread_cond_wait(&_osEvent->_ose->_cond, &_osEvent->_ose->_mut); in wait()
H A DThreadUnix.cpp125 pthread_cond_wait(&_osThread->_cond, &_osThread->_mut); in wait()
/titanic_41/usr/src/cmd/syslogd/
H A Dqueue.c101 (void) pthread_cond_wait(&wait.cv, &dataq->lock); in dataq_dequeue()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c438 (void) pthread_cond_wait(&g_cv, &g_mutex); in fcal_poll_thread()
655 (void) pthread_cond_wait(&g_cv_ack, &g_mutex); in fcal_leds_fini()
/titanic_41/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c516 (void) pthread_cond_wait(&fmevt_cv, &fmevt_lock); in fmevt_cb()
652 (void) pthread_cond_wait(&fmevt_cv, &fmevt_lock); in fmevt_fini_inbound()
/titanic_41/usr/src/head/
H A Dpthread.h284 extern int pthread_cond_wait(pthread_cond_t *_RESTRICT_KYWD,
/titanic_41/usr/src/cmd/svc/startd/
H A Drestarter.c199 (void) pthread_cond_wait(&inst->ri_method_cv, in inst_lookup_by_id()
754 (void) pthread_cond_wait(&ri->ri_method_cv, &ri->ri_lock); in restarter_delete_inst()
2001 (void) pthread_cond_wait(&ru->restarter_update_cv, in restarter_event_thread()
2205 (void) pthread_cond_wait(&st->st_load_cv, &st->st_load_lock); in restarter_contracts_event_thread()
2564 (void) pthread_cond_wait(&tu->tu_cv, &tu->tu_lock); in restarter_timeouts_event_thread()
/titanic_41/usr/src/cmd/svc/configd/
H A Dsnapshot.c224 (void) pthread_cond_wait(&sp->rs_cv, &sp->rs_lock); in rc_snapshot_get()
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SlotToken.c419 (void) pthread_cond_wait(&slottable->st_start_cond, in C_WaitForSlotEvent()
914 (void) pthread_cond_wait(&slottable->st_wait_cond, in listener_waitforslotevent()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_proc.c253 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock); in dt_proc_stop()
749 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock); in dt_proc_destroy()
823 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock); in dt_proc_create_thread()

1234