Searched refs:cnd_init (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | c11_threads.c | 240 VERIFY3S(cnd_init(&broadcast_cnd), ==, thrd_success); in cthr_test_broadcast() 280 VERIFY3S(cnd_init(&signal_cnd), ==, thrd_success); in cthr_test_signal() 309 VERIFY3S(cnd_init(&cnd), ==, thrd_success); in cthr_test_cndtime()
|
H A D | call_once.c | 61 VERIFY3S(cnd_init(&co_cnd), ==, thrd_success); in main()
|
H A D | c11_tss.c | 69 VERIFY3S(cnd_init(&ct_cnd), ==, thrd_success); in main()
|
/illumos-gate/usr/src/head/ |
H A D | threads.h | 73 extern int cnd_init(cnd_t *);
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 66 cnd_init(cnd_t *cnd) in cnd_init() function
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | threads_h.cfg | 68 func | cnd_init |\
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 758 cnd_init.3c \ 1728 cnd_init.3c := LINKSRC = cnd.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 380 cnd_init;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 243 link path=usr/share/man/man3c/cnd_init.3c target=cnd.3c
|