Searched refs:timeout (Results 1 - 25 of 1120) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Ddead006.tcl10 {timeout 1000} {tnum 006} } {
13 dead001 $procs $tests $timeout $tnum
14 dead002 $procs $tests $timeout $tnum
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dtimeout.rb1 require 'timeout'
8 p timeout(5) {
11 p timeout(5, TimeoutError) {
14 p timeout(nil) {
17 p timeout(0) {
21 timeout(5) {progress}
26 timeout(3) {
28 timeout(5) {progress}
39 timeout(2, MyTimeout) {progress}
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dtimed-run5 set timeout [lindex $argv 0]
H A Dreprompt5 # Usage: reprompt timeout prompt
8 foreach {timeout prompt} $argv {}
12 timeout {
H A Dweather26 set timeout 60
32 expect timeout {
52 expect timeout timedout "Selection:"
54 expect timeout timedout "Selection:"
56 expect timeout timedout "Selection:"
58 expect timeout timedout "city code:"
63 expect timeout {
H A Dirsh8 set timeout -1
H A Drogue.exp6 set timeout -1
H A Dtimed-read5 set timeout $argv
H A Drlogin-cwd11 set timeout 60
12 expect eof exit timeout {send_user "timed out\n"; exit} -re $prompt
/macosx-10.10.1/dtrace-147/test/tst/common/pid/
H A Dtst.coverage.d41 timeout = timestamp + 2000000000;
49 /timestamp > timeout/
H A Dtst.float.d40 timeout = timestamp + 5000000000;
47 /timestamp > timeout/
H A Dtst.gcc.d42 timeout = timestamp + 2000000000;
49 /timestamp > timeout/
/macosx-10.10.1/cups-408/cups/test/
H A Dwaitjobs.sh17 # Get timeout from command-line
21 timeout=$1
23 timeout=360
41 while test $timeout -gt 0; do
53 timeout=`expr $timeout - 5`
/macosx-10.10.1/dtrace-147/test/tst/common/raise/
H A Dtst.raise1.d43 timeout = timestamp + 1000000000;
54 timeout = timestamp + 500000000;
63 /timestamp > timeout/
H A Dtst.raise2.d43 timeout = timestamp + 1000000000;
54 timeout = timestamp + 500000000;
63 /timestamp > timeout/
H A Dtst.raise3.d43 timeout = timestamp + 1000000000;
54 timeout = timestamp + 500000000;
63 /timestamp > timeout/
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_select.c90 fd_set *exceptfds, struct timeval *timeout)
92 DCETHREAD_SYSCALL(int, select(nfds, readfds, writefds, exceptfds, timeout));
89 dcethread_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) argument
/macosx-10.10.1/dtrace-147/test/tst/common/stop/
H A Dtst.stop1.d43 timeout = timestamp + 1000000000;
63 timeout = timestamp + 1000000000 / 4;
67 /timestamp > timeout && stopped == 1/
74 /timestamp > timeout/
H A Dtst.stop2.d43 timeout = timestamp + 1000000000;
63 timeout = timestamp + 1000000000 / 4;
67 /timestamp > timeout && stopped == 1/
74 /timestamp > timeout/
/macosx-10.10.1/KerberosHelper-151/regression/
H A Dkinit.tcl2 set timeout 10
11 } timeout {
/macosx-10.10.1/dtrace-147/test/tst/common/usdt/
H A Dtst.args.d40 timeout = timestamp + 5000000000;
56 /timestamp > timeout/
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dtimed_connect.c5 /* connect operation with timeout
10 /* int timed_connect(fd, buf, buf_len, timeout)
14 /* int timeout;
27 /* .IP timeout
67 int timed_connect(int sock, struct sockaddr * sa, int len, int timeout) argument
73 * Sanity check. Just like with timed_wait(), the timeout must be a
76 if (timeout <= 0)
77 msg_panic("timed_connect: bad timeout: %d", timeout);
91 if (write_wait(sock, timeout) <
[all...]
H A Dtimed_read.c5 /* read operation with pre-read timeout
9 /* ssize_t timed_read(fd, buf, len, timeout, context)
13 /* int timeout;
26 /* .IP timeout
61 int timeout, void *unused_context)
73 if (timeout > 0 && read_wait(fd, timeout) < 0)
75 if ((ret = read(fd, buf, len)) < 0 && timeout > 0 && errno == EAGAIN) {
60 timed_read(int fd, void *buf, size_t len, int timeout, void *unused_context) argument
H A Dtimed_write.c5 /* write operation with pre-write timeout
9 /* ssize_t timed_write(fd, buf, len, timeout, context)
13 /* int timeout;
26 /* .IP timeout
61 int timeout, void *unused_context)
79 if (timeout > 0 && write_wait(fd, timeout) < 0)
81 if ((ret = write(fd, buf, len)) < 0 && timeout > 0 && errno == EAGAIN) {
60 timed_write(int fd, void *buf, size_t len, int timeout, void *unused_context) argument
/macosx-10.10.1/ppp-786.1.1/Documentation/scripts/
H A Dsecure-card29 set timeout 60
37 set timeout 15
44 set timeout 5
49 set timeout 5
69 set timeout -1
72 set timeout 30
76 set timeout -1
79 set timeout 30
94 timeout {
98 set timeout 1
[all...]

Completed in 166 milliseconds

1234567891011>>