Home
last modified time | relevance | path

Searched refs:pthread_cond_t (Results 1 – 25 of 95) sorted by relevance

1234

/illumos-gate/usr/src/head/
H A Dpthread.h295 extern int pthread_cond_init(pthread_cond_t *_RESTRICT_KYWD,
297 extern int pthread_cond_destroy(pthread_cond_t *);
298 extern int pthread_cond_broadcast(pthread_cond_t *);
299 extern int pthread_cond_signal(pthread_cond_t *);
300 extern int pthread_cond_wait(pthread_cond_t *_RESTRICT_KYWD,
302 extern int pthread_cond_timedwait(pthread_cond_t *_RESTRICT_KYWD,
304 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/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;
H A Dstartd.h435 pthread_cond_t ri_method_cv;
463 pthread_cond_t ri_queue_cv;
531 pthread_cond_t st_load_cv;
538 pthread_cond_t st_configd_live_cv;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.h51 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 Dfmd_ctl.h47 pthread_cond_t ctl_cv; /* condition variable for ctl_exec */
H A Dfmd_time.h53 pthread_cond_t fts_cv; /* condition variable for timerq wait */
H A Dfmd_idspace.h46 pthread_cond_t ids_cv; /* condition variable for waiters */
H A Dfmd_scheme.h65 pthread_cond_t sch_cv; /* condition variable for sch_loaded */
H A Dfmd_log.h46 pthread_cond_t log_cv; /* condition variable for waiters */
H A Dfmd_eventq.h59 pthread_cond_t eq_cv; /* condition variable for waiters */
/illumos-gate/usr/src/lib/lib9p/common/
H A Dthreadpool.h51 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 Dplugin.h36 pthread_cond_t thd_cv;
75 pthread_cond_t plg_cv;
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h467 } 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/pkcs11/libpkcs11/common/
H A Dpkcs11Slot.h94 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/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.h41 pthread_cond_t lock;
55 pthread_cond_t cond;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.h284 extern pthread_cond_t g_cv;
285 extern pthread_cond_t g_cv_ack;
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h140 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/
H A Dmevent_test.c61 static pthread_cond_t accept_condvar = PTHREAD_COND_INITIALIZER;
133 pthread_cond_t e_cond;
/illumos-gate/usr/src/cmd/syslogd/
H A Ddataq.h39 pthread_cond_t cv;
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.h54 pthread_cond_t semCV;
/illumos-gate/usr/src/boot/sys/sys/
H A D_pthreadtypes.h71 typedef struct pthread_cond *pthread_cond_t; typedef
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data_impl.h108 pthread_cond_t cond_var;
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.h41 pthread_cond_t tim_cv; /* method entry cv */

1234