Searched refs:timeout (Results 151 - 175 of 1144) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/ext/pty/lib/
H A Dexpect.rb13 # IO#expect(pattern,timeout=9999999) -> Array
14 # IO#expect(pattern,timeout=9999999) { |result| ... } -> nil
16 # Reads from the IO until the given +pattern+ matches or the +timeout+ is over.
23 # timeout passes. An array is returned when the pattern is obtained from the
28 # The optional timeout parameter defines, in seconds, the total time to wait
29 # for the pattern. If the timeout expires or eof is found, nil is returned
30 # or yielded. However, the buffer in a timeout session is kept for the next
31 # expect call. The default timeout is 9999999 seconds.
32 def expect(pat,timeout=9999999)
46 elsif !IO.select([self],nil,nil,timeout) o
[all...]
/macosx-10.10/ruby-106/ruby/test/xmlrpc/
H A Dwebrick_testing.rb1 require 'timeout'
31 Timeout.timeout(5) {
37 Timeout.timeout(5) {
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Darchie18 set timeout -1
H A Dchess.exp22 set timeout -1; # wait forever
H A Dlpunlock54 # Set timeout high because login is slow.
55 set timeout 60
57 expect timeout exit \
63 set timeout 10
76 send ls -l /dev/$printer\r ; expect timeout {
H A Dpasswdprompt12 set timeout -1
H A Dvrfy8 set timeout -1
/macosx-10.10/uucp-11/uucp/contrib/
H A DDial.Hayes40 timeout initmodem 3000
57 timeout setupfail 2000
76 timeout timeout 90000
90 timeout:
91 logerr Modem or carrier timeout.
H A DRingback.Hayes42 timeout initmodem 3000
59 timeout setupfail 2000
78 timeout hangup 4000
93 timeout resetup 2000
107 timeout timeout 30000
122 timeout:
123 logerr Modem or carrier timeout.
/macosx-10.10/BerkeleyDB-21/db/test/
H A Ddead001.tcl13 {timeout 0} {tnum "001"} } {
25 -mode 0644 -lock -lock_timeout $timeout -home $testdir]
30 if {$timeout == 0 } {
74 dead_check $t $n $timeout $dead $clean $other
/macosx-10.10/CPANInternal-159.1/IO-KQueue-0.34/
H A DKQueue.xs70 kevent(kq, timeout=&PL_sv_undef)
72 SV * timeout
85 if (timeout != &PL_sv_undef) {
86 I32 time = SvIV(timeout);
117 kevent2(kq, timeout=&PL_sv_undef)
119 SV * timeout
125 if (timeout != &PL_sv_undef) {
126 I32 time = SvIV(timeout);
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dprcvar.h77 ** The timeout has two well known values, PR_INTERVAL_NO_TIMEOUT and
80 ** wait. If the timeout has a value of PR_INTERVAL_NO_WAIT, the effect
84 ** Any other value for timeout will cause the thread to be rescheduled
94 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dkq++.h47 const timespec *timeout = NULL);
48 unsigned operator () (KEvent *events, unsigned eventCount, const timespec *timeout = NULL)
49 { return operator () (NULL, NULL, events, eventCount, timeout); }
52 bool receive(KEvent &event, const timespec *timeout = NULL);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprcvar.h77 ** The timeout has two well known values, PR_INTERVAL_NO_TIMEOUT and
80 ** wait. If the timeout has a value of PR_INTERVAL_NO_WAIT, the effect
84 ** Any other value for timeout will cause the thread to be rescheduled
94 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprcvar.h77 ** The timeout has two well known values, PR_INTERVAL_NO_TIMEOUT and
80 ** wait. If the timeout has a value of PR_INTERVAL_NO_WAIT, the effect
84 ** Any other value for timeout will cause the thread to be rescheduled
94 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprcvar.h77 ** The timeout has two well known values, PR_INTERVAL_NO_TIMEOUT and
80 ** wait. If the timeout has a value of PR_INTERVAL_NO_WAIT, the effect
84 ** Any other value for timeout will cause the thread to be rescheduled
94 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dkq++.h47 const timespec *timeout = NULL);
48 unsigned operator () (KEvent *events, unsigned eventCount, const timespec *timeout = NULL)
49 { return operator () (NULL, NULL, events, eventCount, timeout); }
52 bool receive(KEvent &event, const timespec *timeout = NULL);
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DMessageSender.h54 bool sendSync(T&& message, typename T::Reply&& reply, std::chrono::milliseconds timeout = std::chrono::milliseconds::max(), unsigned syncSendFlags = 0)
58 return sendSync(std::forward<T>(message), WTF::move(reply), messageSenderDestinationID(), timeout, syncSendFlags);
62 bool sendSync(T&& message, typename T::Reply&& reply, uint64_t destinationID, std::chrono::milliseconds timeout = std::chrono::milliseconds::max(), unsigned syncSendFlags = 0)
66 return messageSenderConnection()->sendSync(WTF::move(message), WTF::move(reply), destinationID, timeout, syncSendFlags);
/macosx-10.10/apr-32/apr/apr/poll/os2/
H A Dpoll.c22 apr_int32_t *nsds, apr_interval_time_t timeout)
63 if (timeout > 0) {
64 timeout /= 1000; /* convert microseconds to milliseconds */
67 i = select(pollset, num_read, num_write, num_except, timeout);
/macosx-10.10/bind9-45.101/bind9/lib/lwres/
H A Dcontext_p.h41 unsigned int timeout; /*%< time to wait for reply */ member in struct:lwres_context
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dtests.h50 void do_wait (char *waitKey, int timeout);
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib1502.c85 struct timeval timeout; local
94 timeout.tv_sec = 1;
95 timeout.tv_usec = 0;
101 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
/macosx-10.10/curl-83.1.2/curl/tests/unit/
H A Dunit1303.c50 #define TIMEOUTS(x,y) data->set.timeout = x; data->set.connecttimeout = y
74 long timeout; variable
81 {BASE + 10, 0, 10000, 8000, FALSE, -1, "timeout is -1, expired"},
87 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"},
90 /* no connect timeout set, not connecting */
93 {BASE + 10, 0, 10000, 0, FALSE, -1, "timeout is -1, expired"},
96 /* no connect timeout set, connecting */
99 {BASE + 10, 0, 10000, 0, FALSE, -1, "timeout is -1, expired"},
102 /* only connect timeout set, not connecting */
103 {BASE + 4, 0, 0, 10000, FALSE, 0, "no timeout activ
[all...]
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_prng.h20 int timeout; /* time limit of applicable */ member in struct:TLS_PRNG_SRC
H A Dtls_prng_dev.c9 /* TLS_PRNG_SRC *tls_prng_dev_open(name, timeout)
11 /* int timeout;
36 /* .IP timeout
88 TLS_PRNG_SRC *tls_prng_dev_open(const char *name, int timeout) argument
102 dev->timeout = timeout;
126 count = timed_read(dev->fd, buffer, rand_bytes, dev->timeout, (void *) 0);

Completed in 204 milliseconds

1234567891011>>