Searched defs:cond_timedwait (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dtdb_agent.h95 uint_t cond_timedwait; member in struct:__anon2917
/illumos-gate/usr/src/head/
H A Dthread_db.h322 uint_t cond_timedwait; member in struct:__anon2369
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c3428 * Common code for cond_wait() and cond_timedwait()
3466 tdb_incr(csp->cond_timedwait);
3585 * cond_timedwait() is a cancellation point but __cond_timedwait() is not.
3617 cond_timedwait(cond_t *cvp, mutex_t *mp, const timespec_t *abstime) function
3640 error = cond_timedwait((cond_t *)cvp, (mutex_t *)mp, abstime);
/illumos-gate/usr/src/man/man3c/
H A DMakefile732 cond_timedwait.3c \
1567 cond_timedwait.3c := LINKSRC = cond_init.3c

Completed in 166 milliseconds