Searched refs:cnd_wait (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | threads.h | 77 extern int cnd_wait(cnd_t *, mtx_t *);
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | c11_tss.c | 51 VERIFY3S(cnd_wait(&ct_cnd, &ct_mtx), ==, thrd_success);
|
H A D | call_once.c | 46 cnd_wait(&co_cnd, &co_mtx);
|
H A D | c11_threads.c | 227 VERIFY3S(cnd_wait(&broadcast_cnd, &broadcast_mtx), ==, 266 VERIFY3S(cnd_wait(&signal_cnd, &signal_mtx), ==,
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 105 cnd_wait(cnd_t *cnd, mtx_t *mtx) function
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 727 cnd_wait.3c \ 1561 cnd_wait.3c := LINKSRC = cnd.3c
|
Completed in 54 milliseconds