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

123456

/macosx-10.9.5/apache-786.1/httpd/srclib/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.9.5/apache-786.1/httpd/srclib/apr/include/arch/netware/
H A Dapr_arch_thread_cond.h25 NXCond_t *cond; member in struct:apr_thread_cond_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/unix/
H A Dapr_arch_thread_cond.h37 pthread_cond_t cond; member in struct:apr_thread_cond_t
/macosx-10.9.5/apr-30/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.9.5/apr-30/apr/apr/include/arch/netware/
H A Dapr_arch_thread_cond.h25 NXCond_t *cond; member in struct:apr_thread_cond_t
/macosx-10.9.5/apr-30/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.9.5/dcerpc-58/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...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/locks/netware/
H A Dthread_cond.c29 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; local
[all...]
/macosx-10.9.5/apr-30/apr/apr/locks/netware/
H A Dthread_cond.c29 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/locks/unix/
H A Dthread_cond.c26 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; local
[all...]
/macosx-10.9.5/apr-30/apr/apr/locks/unix/
H A Dthread_cond.c26 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; local
[all...]
/macosx-10.9.5/bind9-45.100/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.9.5/ntp-88/lib/isc/
H A Dassertions.c87 default_callback(const char *file, int line, isc_assertiontype_t type, const char *cond) argument
/macosx-10.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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.9.5/cctools-845/as/
H A Dppc-check.c9 static char *cond[] = { "lt", "gt", "eq", "un"}; variable
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/tcl84/tcl/generic/
H A DtclThreadJoin.c42 Tcl_Condition cond; /* This is the condition a thread has member in struct:JoinableThread
/macosx-10.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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...]

Completed in 400 milliseconds

123456