Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 652) sorted by relevance

12345678910>>...27

/netbsd-src/lib/libc/include/isc/
H A Dassertions.h72 #define REQUIRE(cond) \ argument
76 #define REQUIRE_ERR(cond) \ argument
81 #define REQUIRE(cond) ((void) (cond)) argument
82 #define REQUIRE_ERR(cond) ((void) (cond)) argument
86 #define ENSURE(cond) \ argument
90 #define ENSURE_ERR(cond) \ argument
95 #define ENSURE(cond) ((void) (cond)) argument
96 #define ENSURE_ERR(cond) ((void) (cond)) argument
100 #define INSIST(cond) \ argument
104 #define INSIST_ERR(cond) \ argument
[all …]
/netbsd-src/external/bsd/libbind/dist/include/isc/
H A Dassertions.h70 #define REQUIRE(cond) \ argument
74 #define REQUIRE_ERR(cond) \ argument
79 #define REQUIRE(cond) ((void) (cond)) argument
80 #define REQUIRE_ERR(cond) ((void) (cond)) argument
84 #define ENSURE(cond) \ argument
88 #define ENSURE_ERR(cond) \ argument
93 #define ENSURE(cond) ((void) (cond)) argument
94 #define ENSURE_ERR(cond) ((void) (cond)) argument
98 #define INSIST(cond) \ argument
102 #define INSIST_ERR(cond) \ argument
[all …]
/netbsd-src/lib/libpthread/
H A Dcnd.c41 cnd_broadcast(cnd_t *cond) in cnd_broadcast()
53 cnd_destroy(cnd_t *cond) in cnd_destroy()
65 cnd_init(cnd_t *cond) in cnd_init()
77 cnd_signal(cnd_t *cond) in cnd_signal()
89 cnd_timedwait(cnd_t * __restrict cond, mtx_t * __restrict mtx, in cnd_timedwait()
108 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait()
H A Dpthread_cond.c68 pthread_cond_getclock(const pthread_cond_t *cond) in pthread_cond_getclock()
79 pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init()
104 pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy()
121 pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, in pthread_cond_timedwait()
219 pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait()
228 pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal()
273 pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast()
314 _pthread_cond_has_waiters_np(pthread_cond_t *cond) in _pthread_cond_has_waiters_np()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dgthr-vxworks-cond.c35 __gthread_cond_init (__gthread_cond_t *cond) in __gthread_cond_init()
43 __gthread_cond_destroy (__gthread_cond_t *cond) in __gthread_cond_destroy()
51 __gthread_cond_broadcast (__gthread_cond_t *cond) in __gthread_cond_broadcast()
60 __gthread_cond_wait (__gthread_cond_t *cond, in __gthread_cond_wait()
79 __gthread_cond_wait_recursive (__gthread_cond_t *cond, in __gthread_cond_wait_recursive()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-vxworks-cond.c38 __gthread_cond_init (__gthread_cond_t *cond) in __gthread_cond_init()
46 __gthread_cond_destroy (__gthread_cond_t *cond) in __gthread_cond_destroy()
54 __gthread_cond_broadcast (__gthread_cond_t *cond) in __gthread_cond_broadcast()
63 __gthread_cond_wait (__gthread_cond_t *cond, in __gthread_cond_wait()
80 __gthread_cond_wait_recursive (__gthread_cond_t *cond, in __gthread_cond_wait_recursive()
/netbsd-src/tests/usr.bin/indent/
H A Dpsym_if_expr_stmt_else.c14 example(_Bool cond) in example() argument
25 example(_Bool cond) in example() argument
44 example(_Bool cond) in example() argument
68 example(_Bool cond) example() argument
[all...]
H A Dpsym_else.c21 example(bool cond) in example() argument
37 example(bool cond) in example() argument
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dassertions.h46 #define ISC_REQUIRE(cond) \ argument
52 #define ISC_ENSURE(cond) \ argument
58 #define ISC_INSIST(cond) \ argument
64 #define ISC_INVARIANT(cond) \ argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dassertions.h50 #define ISC_REQUIRE(cond) \ argument
56 #define ISC_ENSURE(cond) \ argument
62 #define ISC_INSIST(cond) \ argument
68 #define ISC_INVARIANT(cond) \ argument
/netbsd-src/external/bsd/libevent/dist/
H A Devthread-internal.h161 #define EVTHREAD_FREE_COND(cond) \ argument
167 #define EVTHREAD_COND_SIGNAL(cond) \ argument
170 #define EVTHREAD_COND_BROADCAST(cond) \ argument
176 #define EVTHREAD_COND_WAIT(cond, lock) \ argument
180 #define EVTHREAD_COND_WAIT_TIMED(cond, lock, tv) \ argument
283 #define EVTHREAD_FREE_COND(cond) \ argument
289 #define EVTHREAD_COND_SIGNAL(cond) \ argument
292 #define EVTHREAD_COND_BROADCAST(cond) \ argument
298 #define EVTHREAD_COND_WAIT(cond, lock) \ argument
302 #define EVTHREAD_COND_WAIT_TIMED(cond, lock, tv) \ argument
[all …]
H A Devthread_win32.c133 CONDITION_VARIABLE *cond = mm_malloc(sizeof(CONDITION_VARIABLE)); in evthread_win32_condvar_alloc() local
143 CONDITION_VARIABLE *cond = cond_; in evthread_win32_condvar_free() local
149 evthread_win32_condvar_signal(void *cond, int broadcast) in evthread_win32_condvar_signal()
151 CONDITION_VARIABLE *cond = cond_; in evthread_win32_condvar_signal() local
162 CONDITION_VARIABLE *cond = cond_; in evthread_win32_condvar_wait() local
195 struct evthread_win32_cond *cond; in evthread_win32_cond_alloc() local
214 struct evthread_win32_cond *cond = cond_; in evthread_win32_cond_free() local
223 struct evthread_win32_cond *cond = cond_; in evthread_win32_cond_signal() local
238 struct evthread_win32_cond *cond = cond_; in evthread_win32_cond_wait() local
H A Devthread_pthread.c109 pthread_cond_t *cond = mm_malloc(sizeof(pthread_cond_t)); in evthread_posix_cond_alloc() local
122 pthread_cond_t *cond = cond_; in evthread_posix_cond_free() local
130 pthread_cond_t *cond = cond_; in evthread_posix_cond_signal() local
143 pthread_cond_t *cond = cond_; in evthread_posix_cond_wait() local
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/
H A Devthread_win32.c132 CONDITION_VARIABLE *cond = mm_malloc(sizeof(CONDITION_VARIABLE)); in evthread_win32_condvar_alloc() local
142 CONDITION_VARIABLE *cond = cond_; in evthread_win32_condvar_free() local
148 evthread_win32_condvar_signal(void *cond, int broadcast) in evthread_win32_condvar_signal()
150 CONDITION_VARIABLE *cond = cond_; in evthread_win32_condvar_signal() local
161 CONDITION_VARIABLE *cond = cond_; in evthread_win32_condvar_wait() local
194 struct evthread_win32_cond *cond; in evthread_win32_cond_alloc() local
213 struct evthread_win32_cond *cond = cond_; in evthread_win32_cond_free() local
222 struct evthread_win32_cond *cond = cond_; in evthread_win32_cond_signal() local
237 struct evthread_win32_cond *cond = cond_; in evthread_win32_cond_wait() local
H A Devthread_pthread.c108 pthread_cond_t *cond = mm_malloc(sizeof(pthread_cond_t)); in evthread_posix_cond_alloc() local
121 pthread_cond_t *cond = cond_; in evthread_posix_cond_free() local
129 pthread_cond_t *cond = cond_; in evthread_posix_cond_signal() local
142 pthread_cond_t *cond = cond_; in evthread_posix_cond_wait() local
/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dmythread.h116 pthread_cond_t cond; member
257 mythread_cond_destroy(mythread_cond *cond) in mythread_cond_destroy()
265 mythread_cond_signal(mythread_cond *cond) in mythread_cond_signal()
273 mythread_cond_wait(mythread_cond *cond, mythread_mutex *mutex) in mythread_cond_wait()
283 mythread_cond_timedwait(mythread_cond *cond, mythread_mutex *mutex, in mythread_cond_timedwait()
294 mythread_condtime_set(mythread_condtime *condtime, const mythread_cond *cond, in mythread_condtime_set()
439 mythread_cond_init(mythread_cond *cond) in mythread_cond_init()
451 mythread_cond_destroy(mythread_cond *cond) in mythread_cond_destroy()
461 mythread_cond_signal(mythread_cond *cond) in mythread_cond_signal()
471 mythread_cond_wait(mythread_cond *cond, mythread_mutex *mutex) in mythread_cond_wait()
[all …]
/netbsd-src/external/bsd/libbind/dist/resolv/
H A Dres_debug.h24 # define Dprint(cond, args) /*empty*/ argument
25 # define DprintQ(cond, args, query, size) /*empty*/ argument
29 # define Dprint(cond, args) if (cond) {fprintf args;} else {} argument
30 # define DprintQ(cond, args, query, size) if (cond) {\ argument
/netbsd-src/lib/libc/resolv/
H A Dres_debug.h24 # define Dprint(cond, args) /*empty*/ argument
25 # define DprintQ(cond, args, query, size) /*empty*/ argument
29 # define Dprint(cond, args) if (cond) {fprintf args;} else {} argument
30 # define DprintQ(cond, args, query, size) if (cond) {\ argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/builtins/
H A Dassembly.h82 #define IT(cond) it cond argument
83 #define ITT(cond) itt cond argument
84 #define ITE(cond) ite cond argument
87 #define IT(cond) argument
88 #define ITT(cond) argument
89 #define ITE(cond) argument
94 #define IT(cond) argument
95 #define ITT(cond) argument
96 #define ITE(cond) argument
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dsanity.c65 atf_sanity_inv(const char *file, int line, const char *cond) in atf_sanity_inv()
71 atf_sanity_pre(const char *file, int line, const char *cond) in atf_sanity_pre()
77 atf_sanity_post(const char *file, int line, const char *cond) in atf_sanity_post()
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dop_colon.c18 test_merge_qualifiers(_Bool cond, int *p, const int *c, volatile int *v, in test_merge_qualifiers()
60 c99_6_5_15_p6(_Bool cond, const volatile double *cv_dp) in c99_6_5_15_p6()
70 _Bool cond, in c99_6_5_15_p8()
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dlibevent_support.c86 ldap_pvt_thread_cond_t *cond = in lload_libevent_cond_init() local
102 ldap_pvt_thread_cond_t *cond = c; in lload_libevent_cond_destroy() local
112 ldap_pvt_thread_cond_t *cond = c; in lload_libevent_cond_signal() local
127 ldap_pvt_thread_cond_t *cond = c; in lload_libevent_cond_timedwait() local
/netbsd-src/sys/sys/
H A Dgcq.h299 #define _GCQ_GDQ_COND(var, h, ptr, rem, cond) \ argument
303 #define _GCQ_GDQ_COND_TYPED(tvar, h, type, name, ptr, rem, cond) \ argument
307 #define _GCQ_NP_COND(var, current, head, start, np, rem, cond) \ argument
312 rem, cond) (np(current, head, start) != (start) ? \ argument
350 #define GCQ_GOT_FIRST_COND(var, h, cond) \ argument
352 #define GCQ_GOT_LAST_COND(var, h, cond) \ argument
354 #define GCQ_DEQUEUED_FIRST_COND(var, h, cond) \ argument
356 #define GCQ_DEQUEUED_LAST_COND(var, h, cond) \ argument
358 #define GCQ_GOT_FIRST_COND_TYPED(tvar, h, type, name, cond) \ argument
360 #define GCQ_GOT_LAST_COND_TYPED(tvar, h, type, name, cond) \ argument
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dscratch_buffer.h121 # define _GL_LIKELY(cond) __builtin_expect ((cond), 1) argument
122 # define _GL_UNLIKELY(cond) __builtin_expect ((cond), 0) argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/builtins/
H A Dassembly.h140 #define IT(cond) it cond argument
141 #define ITT(cond) itt cond argument
142 #define ITE(cond) ite cond argument
145 #define IT(cond) argument
146 #define ITT(cond) argument
147 #define ITE(cond) argument
152 #define IT(cond) argument
153 #define ITT(cond) argument
154 #define ITE(cond) argument

12345678910>>...27