Home
last modified time | relevance | path

Searched refs:cnd_t (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/head/
H A Dthreads.h48 typedef pthread_cond_t cnd_t; typedef
71 extern int cnd_broadcast(cnd_t *);
72 extern void cnd_destroy(cnd_t *);
73 extern int cnd_init(cnd_t *);
74 extern int cnd_signal(cnd_t *);
75 extern int cnd_timedwait(cnd_t *_RESTRICT_KYWD, mtx_t *_RESTRICT_KYWD,
77 extern int cnd_wait(cnd_t *, mtx_t *);
/titanic_50/usr/src/lib/libc/port/threads/
H A Dc11_thr.c47 cnd_broadcast(cnd_t *cnd) in cnd_broadcast()
59 cnd_destroy(cnd_t *cnd) in cnd_destroy()
66 cnd_init(cnd_t *cnd) in cnd_init()
77 cnd_signal(cnd_t *cnd) in cnd_signal()
90 cnd_timedwait(cnd_t *_RESTRICT_KYWD cnd, mtx_t *_RESTRICT_KYWD mtx, in cnd_timedwait()
105 cnd_wait(cnd_t *cnd, mtx_t *mtx) in cnd_wait()
/titanic_50/usr/src/test/libc-tests/cfg/symbols/
H A Dthreads_h.cfg23 type | cnd_t | threads.h | -ALL +C11
60 cnd_t * |\
65 cnd_t * |\
70 cnd_t * |\
75 cnd_t * |\
80 cnd_t *; mtx_t *; const struct timespec * |\
85 cnd_t *; mtx_t * |\
/titanic_50/usr/src/test/libc-tests/tests/
H A Dc11_threads.c38 static cnd_t broadcast_cnd;
44 static cnd_t signal_cnd;
304 cnd_t cnd; in cthr_test_cndtime()
H A Dcall_once.c30 static cnd_t co_cnd;
H A Dc11_tss.c29 static cnd_t ct_cnd;