Home
last modified time | relevance | path

Searched refs:APR_EINTR (Results 1 – 25 of 44) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/test/
H A Dtestqueue.c68 if (rv == APR_EINTR) { in consumer()
72 } while (rv == APR_EINTR) ; in consumer()
115 if (rv == APR_EINTR) in producer()
117 } while (rv == APR_EINTR); in producer()
/dports/devel/apr1/apr-1.7.0/locks/netware/
H A Dthread_cond.c63 return APR_EINTR; in apr_thread_cond_wait()
83 return APR_EINTR; in apr_thread_cond_timedwait()
/dports/devel/apr1/apr-util-1.6.1/test/
H A Dtestqueue.c48 if (rv == APR_EINTR) in consumer()
76 if (rv == APR_EINTR) in producer()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/misc/
H A Dapr_queue.c184 return APR_EINTR; in apr_queue_push()
294 return APR_EINTR; in apr_queue_pop()
358 return APR_EINTR; in apr_queue_pop_timeout()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_errno.h669 #define APR_EINTR EINTR macro
671 #define APR_EINTR (APR_OS_START_CANONERR + 14) macro
874 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
1009 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
1078 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
1180 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR)
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_errno.h735 #define APR_EINTR EINTR macro
737 #define APR_EINTR (APR_OS_START_CANONERR + 14) macro
961 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
1100 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
1174 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
1281 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR)
/dports/graphics/mapcache/mapcache-1.10.0/util/
H A Dmapcache_seed.c162 while (ret == APR_EINTR && retries < 10) { in push_queue()
166 if(ret == APR_EINTR) { in push_queue()
191 while(ret == APR_EINTR && retries<10) { in pop_queue()
222 while(ret == APR_EINTR && retries<10) { in trypop_queue()
736 while( ret == APR_EINTR && retries < 10) { in seed_worker()
740 if( ret == APR_EINTR) { in seed_worker()
787 while(ret == APR_EINTR && retries<10) { in log_thread_fn()
1512 while (ret == APR_EINTR && retries<10) { in main()
/dports/devel/apr1/apr-util-1.6.1/misc/
H A Dapr_queue.c182 return APR_EINTR; in apr_queue_push()
296 return APR_EINTR; in apr_queue_pop()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/locks/netware/
H A Dthread_cond.c63 return APR_EINTR; in apr_thread_cond_wait()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Derrorcode.inc136 { 620014, "APR_EINTR" },
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Derrorcode.inc136 { 620014, "APR_EINTR" },
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Derrorcode.inc136 { 620014, "APR_EINTR" },
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Derrorcode.inc136 { 620014, "APR_EINTR" },
/dports/devel/apr1/apr-1.7.0/poll/unix/
H A Dpoll.c283 rv = APR_EINTR; in impl_pollset_poll()
435 return APR_EINTR; in impl_pollcb_poll()
H A Depoll.c293 rv = APR_EINTR; in impl_pollset_poll()
464 return APR_EINTR; in impl_pollcb_poll()
H A Dkqueue.c309 rv = APR_EINTR; in impl_pollset_poll()
498 return APR_EINTR; in impl_pollcb_poll()
H A Dport.c415 rv = APR_EINTR; in impl_pollset_poll()
567 return APR_EINTR; in impl_pollcb_poll()
/dports/www/fpc-httpd22/fpc-3.2.2/packages/httpd22/src/apr/
H A Dapr_poll.inc134 * with APR_EINTR. Option (1) is recommended, but option (2) is
153 * with APR_EINTR. Option (1) is recommended, but option (2) is
H A Dapr_errno.inc653 #define APR_EINTR EINTR
655 #define APR_EINTR (APR_OS_START_CANONERR + 14)
857 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
993 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
1063 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
1159 //#define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR)
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd22/src/apr/
H A Dapr_poll.inc134 * with APR_EINTR. Option (1) is recommended, but option (2) is
153 * with APR_EINTR. Option (1) is recommended, but option (2) is
H A Dapr_errno.inc653 #define APR_EINTR EINTR
655 #define APR_EINTR (APR_OS_START_CANONERR + 14)
857 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
993 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
1063 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
1159 //#define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR)
/dports/devel/apr1/apr-1.7.0/poll/os2/
H A Dpollset.c277 rc = APR_EINTR; in apr_pollset_poll()
/dports/www/htdigest/httpd-2.4.6/server/mpm/worker/
H A Dfdqueue.c364 return APR_EINTR; in ap_queue_pop()
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd20/src/apr/
H A Dapr_errno.inc648 #define APR_EINTR EINTR
650 #define APR_EINTR (APR_OS_START_CANONERR + 14)
853 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
987 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
1053 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \
1146 //#define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR)
/dports/www/htdigest/httpd-2.4.6/os/unix/
H A Dunixd.c313 return APR_EINTR; in ap_unixd_accept()

12