Searched refs:pthread_cond_t (Results 1 - 25 of 89) sorted by relevance

1234

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.h47 pthread_cond_t wip_cv;
65 pthread_cond_t wq_work_avail;
66 pthread_cond_t wq_work_removed;
73 pthread_cond_t wq_done_cv;
75 pthread_cond_t wq_alldone_cv; /* protected by queue_lock */
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.h53 pthread_cond_t tmr_cv; /* condition variable for waiting on tmr_func */
60 pthread_cond_t tmq_cv; /* condition variable for tmq_list, abort */
H A Dfmd_ctl.h49 pthread_cond_t ctl_cv; /* condition variable for ctl_exec */
H A Dfmd_idspace.h48 pthread_cond_t ids_cv; /* condition variable for waiters */
H A Dfmd_scheme.h67 pthread_cond_t sch_cv; /* condition variable for sch_loaded */
H A Dfmd_time.h55 pthread_cond_t fts_cv; /* condition variable for timerq wait */
H A Dfmd_eventq.h59 pthread_cond_t eq_cv; /* condition variable for waiters */
H A Dfmd_log.h46 pthread_cond_t log_cv; /* condition variable for waiters */
/illumos-gate/usr/src/cmd/auditd/
H A Dplugin.h36 pthread_cond_t thd_cv;
75 pthread_cond_t plg_cv;
/illumos-gate/usr/src/cmd/syslogd/
H A Ddataq.h41 pthread_cond_t cv;
/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.h60 pthread_cond_t gu_cv;
64 pthread_cond_t gu_freeze_cv;
78 pthread_cond_t restarter_update_cv;
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.h56 pthread_cond_t semCV;
/illumos-gate/usr/src/boot/sys/sys/
H A D_pthreadtypes.h61 * or assignment operators for the types pthread_attr_t, pthread_cond_t,
71 typedef struct pthread_cond *pthread_cond_t; typedef in typeref:struct:pthread_cond
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slot.h96 pthread_cond_t st_wait_cond; /* Used for C_WaitForSlotEvent */
104 pthread_cond_t st_start_cond; /* signal when listener has started */
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_iosvc.h98 pthread_cond_t msg_q_cv; /* nudges send msg func more to send */
116 pthread_cond_t msg_ack_cv; /* ready 2 send nxt or resend cur one */
/illumos-gate/usr/src/head/
H A Dpthread.h275 extern int pthread_cond_init(pthread_cond_t *_RESTRICT_KYWD,
277 extern int pthread_cond_destroy(pthread_cond_t *);
278 extern int pthread_cond_broadcast(pthread_cond_t *);
279 extern int pthread_cond_signal(pthread_cond_t *);
280 extern int pthread_cond_wait(pthread_cond_t *_RESTRICT_KYWD,
282 extern int pthread_cond_timedwait(pthread_cond_t *_RESTRICT_KYWD,
284 extern int pthread_cond_reltimedwait_np(pthread_cond_t *_RESTRICT_KYWD,
H A Dthreads.h48 typedef pthread_cond_t cnd_t;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.h51 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 Dnis_hashitem.h43 pthread_cond_t lock;
57 pthread_cond_t cond;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.h227 pthread_cond_t cond_cv;
256 pthread_cond_t cond_cv;
257 pthread_cond_t busy_cond_cv;
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.h39 pthread_cond_t tim_cv; /* method entry cv */
H A Dtopo_module.h63 pthread_cond_t tm_cv; /* Module condition variable */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data_impl.h110 pthread_cond_t cond_var;
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h434 } pthread_cond_t; typedef in typeref:struct:_pthread_cond
444 pthread_cond_t __pthread_rwlock_readercv;
445 pthread_cond_t __pthread_rwlock_writercv;
457 pthread_cond_t __pthread_barrier_cond;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.h286 extern pthread_cond_t g_cv;
287 extern pthread_cond_t g_cv_ack;

Completed in 129 milliseconds

1234