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

123456

/freebsd-10-stable/contrib/apr/include/
H A Dapr_thread_cond.h108 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond); variable
117 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond); variable
123 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond); variable
[all...]
/freebsd-10-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_thread_cond.h37 pthread_cond_t cond; member in struct:apr_thread_cond_t
/freebsd-10-stable/contrib/apr/locks/unix/
H A Dthread_cond.c26 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; local
[all...]
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dsanity.c59 atf_sanity_inv(const char *file, int line, const char *cond) argument
65 atf_sanity_pre(const char *file, int line, const char *cond) argument
71 atf_sanity_post(const char *file, int line, const char *cond) argument
H A Dsanity_test.c90 do_test(enum type t, bool cond) argument
/freebsd-10-stable/contrib/gcclibs/libgomp/config/posix/
H A Dsem.h55 pthread_cond_t cond; member in struct:gomp_sem
/freebsd-10-stable/lib/libstdthreads/
H A Dcnd.c38 cnd_broadcast(cnd_t *cond) argument
47 cnd_destroy(cnd_t *cond) argument
54 cnd_init(cnd_t *cond) argument
68 cnd_signal(cnd_t *cond) argument
77 cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, argument
92 cnd_wait(cnd_t *cond, mtx_t *mtx) argument
[all...]
/freebsd-10-stable/contrib/libc++/src/
H A Dcondition_variable.cpp80 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) argument
/freebsd-10-stable/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-10-stable/crypto/heimdal/lib/kadm5/
H A Dchpass_s.c39 change(void *server_handle, krb5_principal princ, const char *password, int cond) argument
/freebsd-10-stable/bin/sh/
H A Derror.c163 exverror(int cond, const char *msg, va_list ap) argument
199 exerror(int cond, const char *msg, ...) argument
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_preempt.c47 pthread_cond_t cond; variable
H A Dt_condwait.c56 pthread_cond_t cond; local
/freebsd-10-stable/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-10-stable/contrib/apr-util/test/
H A Dtestdbm.c119 int cond; local
/freebsd-10-stable/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...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp224 const Stmt *cond = pred->getTerminatorCondition(); local
/freebsd-10-stable/contrib/ofed/management/opensm/include/opensm/
H A Dosm_stats.h98 pthread_cond_t cond; member in struct:osm_stats
/freebsd-10-stable/crypto/heimdal/lib/ipc/
H A Dcommon.c97 pthread_cond_t cond; member in struct:heim_isemaphore
/freebsd-10-stable/usr.bin/csup/
H A Dfixups.c50 pthread_cond_t cond; member in struct:fixups
/freebsd-10-stable/contrib/gdb/gdb/
H A Dtracepoint.h69 struct expression *cond; member in struct:tracepoint
/freebsd-10-stable/contrib/ofed/management/opensm/complib/
H A Dcl_timer.c57 pthread_cond_t cond; member in struct:_cl_timer_prov
[all...]
/freebsd-10-stable/lib/libc/sparc64/fpu/
H A Dfpu.c273 int opf, rs1, rs2, rd, type, mask, cx, cond; local

Completed in 150 milliseconds

123456