Searched defs:cond (Results 1 - 25 of 125) sorted by relevance

12345

/freebsd-9.3-release/contrib/gcclibs/libgomp/config/posix/
H A Dsem.h55 pthread_cond_t cond; member in struct:gomp_sem
/freebsd-9.3-release/contrib/libc++/src/
H A Dcondition_variable.cpp76 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) argument
/freebsd-9.3-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_threadpool.h99 pthread_cond_t cond; member in struct:_cl_thread_pool
H A Dcl_timer_osd.h70 pthread_cond_t cond; member in struct:_cl_timer_t
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dchpass_s.c39 change(void *server_handle, krb5_principal princ, const char *password, int cond) argument
/freebsd-9.3-release/bin/sh/
H A Derror.c163 exverror(int cond, const char *msg, va_list ap) argument
199 exerror(int cond, const char *msg, ...) argument
H A Darith_yacc.c278 static arith_t cond(int token, union yystype *val, int op, int noeval) function
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dassertions.c54 isc_assertion_failed(const char *file, int line, isc_assertiontype_t type, const char *cond) argument
105 default_callback(const char *file, int line, isc_assertiontype_t type, const char *cond) argument
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dassertions.c54 isc_assertion_failed(const char *file, int line, isc_assertiontype_t type, const char *cond) argument
105 default_callback(const char *file, int line, isc_assertiontype_t type, const char *cond) argument
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-unswitch.c117 tree stmt, def, cond, use; local
151 simplify_using_entry_checks (struct loop *loop, tree cond) argument
185 tree cond local
280 tree_unswitch_loop(struct loops *loops, struct loop *loop, basic_block unswitch_on, tree cond) argument
[all...]
H A Dc-omp.c207 c_finish_omp_for (location_t locus, tree decl, tree init, tree cond, argument
[all...]
H A Dloop-doloop.c232 add_test (rtx cond, edge *e, basic_block dest) argument
H A Dloop-unswitch.c95 rtx seq, jump, cond; local
245 reversed_condition (rtx cond) argument
268 rtx cond, rcond = NULL_RTX, conds, rconds, acond, cinsn; local
401 unswitch_loop(struct loops *loops, struct loop *loop, basic_block unswitch_on, rtx cond, rtx cinsn) argument
[all...]
H A Dtree-ssa-forwprop.c178 forward_propagate_into_cond_1 (tree cond, tree *test_var_p) argument
425 find_equivalent_equality_comparison(tree cond) argument
501 tree cond = COND_EXPR_COND (stmt); local
539 tree cond = COND_EXPR_COND (cond_expr); local
912 tree cond = SWITCH_COND (stmt); local
[all...]
H A Dtree-ssa-loop-ivcanon.c76 tree cond, type, var; local
168 tree old_cond, cond, dont_exit, do_exit; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp224 const Stmt *cond = pred->getTerminatorCondition(); local
/freebsd-9.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_stats.h98 pthread_cond_t cond; member in struct:osm_stats
/freebsd-9.3-release/usr.bin/csup/
H A Dfixups.c50 pthread_cond_t cond; member in struct:fixups
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c106 pthread_cond_t *cond = mm_malloc(sizeof(pthread_cond_t)); local
119 pthread_cond_t *cond = cond_; local
127 pthread_cond_t *cond = cond_; local
140 pthread_cond_t *cond = cond_; local
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dcondition.c32 isc_condition_init(isc_condition_t *cond) { argument
98 find_thread_condition(unsigned long thrd, isc_condition_t *cond, argument
125 isc_condition_signal(isc_condition_t *cond) { argument
142 isc_condition_broadcast(isc_condition_t *cond) argument
171 isc_condition_destroy(isc_condition_t *cond) argument
206 wait(isc_condition_t *cond, isc_mutex_t *mutex, DWORD milliseconds) argument
235 isc_condition_wait(isc_condition_t *cond, isc_mutex_t *mutex) argument
240 isc_condition_waituntil(isc_condition_t *cond, isc_mutex_t *mutex, isc_time_t *t) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtracepoint.h69 struct expression *cond; member in struct:tracepoint
/freebsd-9.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_timer.c57 pthread_cond_t cond; member in struct:_cl_timer_prov
[all...]
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu.c273 int opf, rs1, rs2, rd, type, mask, cx, cond; local
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_cond.c73 _pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *cond_attr) argument
139 _pthread_cond_destroy(pthread_cond_t *cond) argument
176 _pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) argument
359 __pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) argument
371 _pthread_cond_timedwait(pthread_cond_t * cond, pthread_mutex_t * mutex, const struct timespec * abstime) argument
562 __pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime) argument
576 _pthread_cond_signal(pthread_cond_t * cond) argument
645 _pthread_cond_broadcast(pthread_cond_t * cond) argument
712 check_continuation(struct pthread *curthread, struct pthread_cond *cond, pthread_mutex_t *mutex) argument
736 pthread_cond_t cond; local
770 cond_queue_deq(pthread_cond_t cond) argument
795 cond_queue_remove(pthread_cond_t cond, struct pthread *pthread) argument
814 cond_queue_enq(pthread_cond_t cond, struct pthread *pthread) argument
[all...]
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_cond.c67 cond_init(pthread_cond_t *cond, const pthread_condattr_t *cond_attr) argument
92 init_static(struct pthread *thread, pthread_cond_t *cond) argument
122 _pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *cond_attr) argument
130 _pthread_cond_destroy(pthread_cond_t *cond) argument
278 cond_wait_common(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime, int cancel) argument
303 _pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) argument
310 __pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) argument
317 _pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec * abstime) argument
329 __pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime) argument
341 cond_signal_common(pthread_cond_t *cond) argument
427 cond_broadcast_common(pthread_cond_t *cond) argument
465 _pthread_cond_signal(pthread_cond_t * cond) argument
472 _pthread_cond_broadcast(pthread_cond_t * cond) argument
[all...]

Completed in 270 milliseconds

12345