Searched refs:cnd_wait (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | call_once.c | 46 (void) cnd_wait(&co_cnd, &co_mtx); in co_thr()
|
H A D | c11_tss.c | 51 VERIFY3S(cnd_wait(&ct_cnd, &ct_mtx), ==, thrd_success); in ct_tss_thr()
|
H A D | c11_threads.c | 226 VERIFY3S(cnd_wait(&broadcast_cnd, &broadcast_mtx), ==, in cthr_test_broadcast_thr() 265 VERIFY3S(cnd_wait(&signal_cnd, &signal_mtx), ==, in cthr_test_signal_thr()
|
/illumos-gate/usr/src/head/ |
H A D | threads.h | 77 extern int cnd_wait(cnd_t *, mtx_t *);
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 105 cnd_wait(cnd_t *cnd, mtx_t *mtx) in cnd_wait() function
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | threads_h.cfg | 83 func | cnd_wait |\
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 761 cnd_wait.3c \ 1731 cnd_wait.3c := LINKSRC = cnd.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 383 cnd_wait;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 246 link path=usr/share/man/man3c/cnd_wait.3c target=cnd.3c
|