Home
last modified time | relevance | path

Searched defs:cnd (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/lib/libc/port/threads/
H A Dc11_thr.c47 cnd_broadcast(cnd_t *cnd) in cnd_broadcast() argument
59 cnd_destroy(cnd_t *cnd) in cnd_destroy() argument
66 cnd_init(cnd_t *cnd) in cnd_init() argument
77 cnd_signal(cnd_t *cnd) in cnd_signal() argument
90 cnd_timedwait(cnd_t *_RESTRICT_KYWD cnd, mtx_t *_RESTRICT_KYWD mtx, in cnd_timedwait() argument
105 cnd_wait(cnd_t * cnd,mtx_t * mtx) cnd_wait() argument
[all...]
/titanic_52/usr/src/cmd/fm/eversholt/common/
H A Dout.h74 #define ASSERT(cnd) \ argument
78 #define ASSERTinfo(cnd, info) \ argument
94 #define ASSERT(cnd) ((void)0) argument
95 #define ASSERTinfo(cnd, info) ((void)0) argument
/titanic_52/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_52/usr/src/test/libc-tests/tests/
H A Dc11_threads.c304 cnd_t cnd; in cthr_test_cndtime() local
/titanic_52/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c51 #define ASSERT(cnd) \ argument