Searched defs:cond_wait (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dstub_stand.c54 cond_wait(cond_t *cv, mutex_t *mutex) function
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.c191 picl_nodehdl_t nodeh, int cond_wait)
190 post_picl_event(const char *ename, char *envl, size_t elen, picl_nodehdl_t nodeh, int cond_wait) argument
/illumos-gate/usr/src/lib/libc/inc/
H A Dtdb_agent.h94 uint_t cond_wait; member in struct:__anon2917
108 /* rw_rdlock_sleep is the reader cv's cond_wait count */
114 /* rw_wrlock_sleep is the writer cv's cond_wait count */
/illumos-gate/usr/src/head/
H A Dthread_db.h321 uint_t cond_wait; member in struct:__anon2369
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c3298 lock_error(mp, "cond_wait", cvp, "mutex is misaligned");
3300 lock_error(mp, "cond_wait", cvp, "condvar is misaligned");
3315 * while in cond_wait() so that the associated mutex would
3325 * old way with respect to cond_wait().
3428 * Common code for cond_wait() and cond_timedwait()
3468 tdb_incr(csp->cond_wait);
3477 lock_error(mp, "cond_wait", cvp, NULL);
3479 lock_error(mp, "recursive mutex in cond_wait",
3483 lock_error(mp, "cond_wait", cvp,
3488 lock_error(mp, "cond_wait", cv
3558 cond_wait(cond_t *cvp, mutex_t *mp) function
[all...]
/illumos-gate/usr/src/man/man3c/
H A DMakefile733 cond_wait.3c \
1568 cond_wait.3c := LINKSRC = cond_init.3c

Completed in 88 milliseconds