/illumos-gate/usr/src/head/ |
H A D | pthread.h | 299 extern int pthread_cond_init(pthread_cond_t *_RESTRICT_KYWD, 301 extern int pthread_cond_destroy(pthread_cond_t *); 302 extern int pthread_cond_broadcast(pthread_cond_t *); 303 extern int pthread_cond_signal(pthread_cond_t *); 304 extern int pthread_cond_wait(pthread_cond_t *_RESTRICT_KYWD, 306 extern int pthread_cond_clockwait(pthread_cond_t *_RESTRICT_KYWD, 309 extern int pthread_cond_timedwait(pthread_cond_t *_RESTRICT_KYWD, 311 extern int pthread_cond_relclockwait_np(pthread_cond_t *_RESTRICT_KYWD, 314 extern int pthread_cond_reltimedwait_np(pthread_cond_t *_RESTRICT_KYWD,
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | protocol.h | 60 pthread_cond_t gu_cv; 64 pthread_cond_t gu_freeze_cv; 78 pthread_cond_t restarter_update_cv;
|
H A D | startd.h | 440 pthread_cond_t ri_method_cv; 468 pthread_cond_t ri_queue_cv; 536 pthread_cond_t st_load_cv; 543 pthread_cond_t st_configd_live_cv;
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_timerq.h | 51 pthread_cond_t tmr_cv; /* condition variable for waiting on tmr_func */ 58 pthread_cond_t tmq_cv; /* condition variable for tmq_list, abort */
|
H A D | fmd_ctl.h | 47 pthread_cond_t ctl_cv; /* condition variable for ctl_exec */
|
H A D | fmd_time.h | 53 pthread_cond_t fts_cv; /* condition variable for timerq wait */
|
H A D | fmd_idspace.h | 46 pthread_cond_t ids_cv; /* condition variable for waiters */
|
H A D | fmd_scheme.h | 65 pthread_cond_t sch_cv; /* condition variable for sch_loaded */
|
H A D | fmd_log.h | 46 pthread_cond_t log_cv; /* condition variable for waiters */
|
H A D | fmd_eventq.h | 59 pthread_cond_t eq_cv; /* condition variable for waiters */
|
/illumos-gate/usr/src/lib/lib9p/common/ |
H A D | threadpool.h | 51 pthread_cond_t ltp_work_cv; /* to signal regular workers */ 52 pthread_cond_t ltp_reply_cv; /* to signal reply-worker */
|
/illumos-gate/usr/src/cmd/auditd/ |
H A D | plugin.h | 36 pthread_cond_t thd_cv; 75 pthread_cond_t plg_cv;
|
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Slot.h | 94 pthread_cond_t st_wait_cond; /* Used for C_WaitForSlotEvent */ 102 pthread_cond_t st_start_cond; /* signal when listener has started */
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | types.h | 467 } pthread_cond_t; typedef 477 pthread_cond_t __pthread_rwlock_readercv; 478 pthread_cond_t __pthread_rwlock_writercv; 490 pthread_cond_t __pthread_barrier_cond;
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.h | 51 pthread_cond_t dpr_cv; /* cond for dpr_stop/quit/done */ 92 pthread_cond_t dph_cv; /* cond for waiting for dph_notify */
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_hashitem.h | 41 pthread_cond_t lock; 55 pthread_cond_t cond;
|
/illumos-gate/usr/src/test/libc-tests/tests/clocklock/ |
H A D | clock_lock_cond.c | 31 static pthread_cond_t clock_cond_static = PTHREAD_COND_INITIALIZER; 37 pthread_cond_t cc_cond; 110 sizeof (pthread_cond_t)); in clock_cond_static_create() 129 pthread_cond_t *cond = &cc->cc_cond; in clock_test_cond_invalid_source()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.h | 284 extern pthread_cond_t g_cv; 285 extern pthread_cond_t g_cv_ack;
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | configd.h | 140 pthread_cond_t rni_cv; 239 pthread_cond_t rn_cv; 411 pthread_cond_t rs_cv; 532 pthread_cond_t rc_cv;
|
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/ |
H A D | mevent_test.c | 61 static pthread_cond_t accept_condvar = PTHREAD_COND_INITIALIZER; 133 pthread_cond_t e_cond;
|
/illumos-gate/usr/src/cmd/syslogd/ |
H A D | dataq.h | 39 pthread_cond_t cv;
|
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | xsem.h | 54 pthread_cond_t semCV;
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | _pthreadtypes.h | 71 typedef struct pthread_cond *pthread_cond_t; typedef
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/ |
H A D | fru_data_impl.h | 108 pthread_cond_t cond_var;
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_method.h | 41 pthread_cond_t tim_cv; /* method entry cv */
|