Home
last modified time | relevance | path

Searched refs:cnd (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libc/port/threads/
H A Dc11_thr.c47 cnd_broadcast(cnd_t *cnd) in cnd_broadcast() argument
51 ret = pthread_cond_broadcast(cnd); in cnd_broadcast()
59 cnd_destroy(cnd_t *cnd) in cnd_destroy() argument
61 if (pthread_cond_destroy(cnd) != 0) in cnd_destroy()
66 cnd_init(cnd_t *cnd) in cnd_init() argument
70 ret = pthread_cond_init(cnd, NULL); in cnd_init()
77 cnd_signal(cnd_t *cnd) in cnd_signal() argument
81 ret = pthread_cond_signal(cnd); in cnd_signal()
90 cnd_timedwait(cnd_t *_RESTRICT_KYWD cnd, mtx_t *_RESTRICT_KYWD mtx, in cnd_timedwait() argument
95 ret = pthread_cond_timedwait(cnd, mtx, ts); in cnd_timedwait()
[all …]
/titanic_44/usr/src/cmd/fm/eversholt/common/
H A Dout.h74 #define ASSERT(cnd) \ argument
75 ((void)((cnd) || (outfl(O_ABORT, __FILE__, __LINE__, \
76 "assertion failure: %s", #cnd), 0)))
78 #define ASSERTinfo(cnd, info) \ argument
79 ((void)((cnd) || (outfl(O_ABORT, __FILE__, __LINE__, \
80 "assertion failure: %s (%s = %s)", #cnd, #info, info), 0)))
94 #define ASSERT(cnd) ((void)0) argument
95 #define ASSERTinfo(cnd, info) ((void)0) argument
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dgmt_mktime.c43 #define assert_time(cnd) if(!(cnd)) return (time_t) -1 in krb5int_gmt_mktime() argument
/titanic_44/usr/src/test/libc-tests/tests/
H A Dc11_threads.c304 cnd_t cnd; in cthr_test_cndtime() local
310 VERIFY3S(cnd_init(&cnd), ==, thrd_success); in cthr_test_cndtime()
313 VERIFY3S(cnd_timedwait(&cnd, &mtx, &ts), ==, thrd_timedout); in cthr_test_cndtime()
317 cnd_destroy(&cnd); in cthr_test_cndtime()
/titanic_44/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c51 #define ASSERT(cnd) \ argument
52 ((void) ((cnd) || ((void) fprintf(stderr, \
54 __FILE__, __LINE__, #cnd), 0)))
/titanic_44/usr/src/man/man3c/
H A DMakefile73 cnd.3c \
1542 cnd_broadcast.3c := LINKSRC = cnd.3c
1543 cnd_destroy.3c := LINKSRC = cnd.3c
1544 cnd_init.3c := LINKSRC = cnd.3c
1545 cnd_signal.3c := LINKSRC = cnd.3c
1546 cnd_timedwait.3c := LINKSRC = cnd.3c
1547 cnd_wait.3c := LINKSRC = cnd.3c
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc68 file path=usr/share/man/man3c/cnd.3c
708 link path=usr/share/man/man3c/cnd_broadcast.3c target=cnd.3c
709 link path=usr/share/man/man3c/cnd_destroy.3c target=cnd.3c
710 link path=usr/share/man/man3c/cnd_init.3c target=cnd.3c
711 link path=usr/share/man/man3c/cnd_signal.3c target=cnd.3c
712 link path=usr/share/man/man3c/cnd_timedwait.3c target=cnd.3c
713 link path=usr/share/man/man3c/cnd_wait.3c target=cnd.3c