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

12345

/macosx-10.10.1/apr-32/apr/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...]
/macosx-10.10.1/apr-32/apr/apr/include/arch/netware/
H A Dapr_arch_thread_cond.h25 NXCond_t *cond; member in struct:apr_thread_cond_t
/macosx-10.10.1/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_thread_cond.h37 pthread_cond_t cond; member in struct:apr_thread_cond_t
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_cond_broadcast.c85 dcethread_cond_broadcast(dcethread_cond *cond) argument
91 dcethread_cond_broadcast_throw(dcethread_cond *cond) argument
H A Ddcethread_cond_destroy.c85 dcethread_cond_destroy(dcethread_cond *cond) argument
91 dcethread_cond_destroy_throw(dcethread_cond *cond) argument
H A Ddcethread_cond_init.c85 dcethread_cond_init(dcethread_cond *cond, dcethread_condattr* attr) argument
91 dcethread_cond_init_throw(dcethread_cond *cond, dcethread_condattr* attr) argument
H A Ddcethread_cond_signal.c85 dcethread_cond_signal(dcethread_cond *cond) argument
91 dcethread_cond_signal_throw(dcethread_cond *cond) argument
H A Ddcethread_cond_timedwait.c88 dcethread_cond_timedwait(dcethread_cond *cond, dcethread_mutex *mutex, struct timespec *abstime) argument
119 dcethread_cond_timedwait_throw(dcethread_cond *cond, dcethread_mutex *mutex, struct timespec *abstime) argument
H A Ddcethread_cond_wait.c87 dcethread_cond_wait(dcethread_cond *cond, dcethread_mutex *mutex) argument
115 dcethread_cond_wait_throw(dcethread_cond *cond, dcethread_mutex *mutex) argument
130 dcethread_cond cond; local
191 dcethread_cond cond; local
[all...]
H A Ddcethread-private.h156 dcethread_cond *cond; member in struct:__anon7899
/macosx-10.10.1/apr-32/apr/apr/locks/netware/
H A Dthread_cond.c29 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; local
[all...]
/macosx-10.10.1/apr-32/apr/apr/locks/unix/
H A Dthread_cond.c26 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dsanity.c63 atf_sanity_inv(const char *file, int line, const char *cond) argument
69 atf_sanity_pre(const char *file, int line, const char *cond) argument
75 atf_sanity_post(const char *file, int line, const char *cond) argument
/macosx-10.10.1/ntp-92/lib/isc/
H A Dassertions.c87 default_callback(const char *file, int line, isc_assertiontype_t type, const char *cond) argument
/macosx-10.10.1/apr-32/apr/apr/locks/win32/
H A Dthread_cond.c29 apr_thread_cond_t *cond = data; local
64 static APR_INLINE apr_status_t _thread_cond_timedwait(apr_thread_cond_t *cond, argument
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclThreadJoin.c40 Tcl_Condition cond; /* This is the condition a thread has to wait member in struct:JoinableThread
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclThreadJoin.c42 Tcl_Condition cond; /* This is the condition a thread has member in struct:JoinableThread
/macosx-10.10.1/apr-32/apr/apr/locks/beos/
H A Dthread_cond.c25 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; local
83 static apr_status_t do_wait(apr_thread_cond_t *cond, apr_thread_mutex_t *mutex, argument
[all...]
/macosx-10.10.1/bind9-45.101/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
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dchpass_s.c39 change(void *server_handle, krb5_principal princ, int keepold, const char *password, int cond, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple) argument
/macosx-10.10.1/apr-32/apr-util/apr-util/test/
H A Dtestdbm.c119 int cond; local
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomnetp.h130 rpc_cond_t cond; member in struct:__anon7986
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dediff-hook.el
/macosx-10.10.1/ruby-106/ruby/
H A Dthread_pthread.h22 pthread_cond_t cond; member in struct:rb_thread_cond_struct
47 rb_thread_cond_t cond; member in struct:rb_global_vm_lock_struct
/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadSpCmd.h27 Tcl_Condition cond; /* For waiting on threads to release items */ member in struct:SpBucket
71 Tcl_Condition cond; /* Wait to be allowed to lock the mutex */ member in struct:Sp_RecursiveMutex_

Completed in 250 milliseconds

12345