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

/illumos-gate/usr/src/lib/libc/inc/
H A Dtdb_agent.h99 uint_t cond_signal; member in struct:__anon2917
/illumos-gate/usr/src/head/
H A Dthread_db.h326 uint_t cond_signal; member in struct:__anon2369
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c3170 * by someone calling cond_signal() or cond_broadcast() or due
3234 * We were waked up by cond_signal(), cond_broadcast(),
3284 * If we were concurrently cond_signal()d and any of:
3286 * then perform another cond_signal() to avoid consuming it.
3289 (void) cond_signal(cvp);
3692 #pragma weak pthread_cond_signal = cond_signal
3693 #pragma weak _cond_signal = cond_signal
3695 cond_signal(cond_t *cvp) function
3711 tdb_incr(csp->cond_signal);
3736 * Inform the thread that he was the recipient of a cond_signal()
[all...]
/illumos-gate/usr/src/man/man3c/
H A DMakefile731 cond_signal.3c \
1566 cond_signal.3c := LINKSRC = cond_init.3c

Completed in 81 milliseconds