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

1234567891011>>

/openbsd-current/sys/stand/boot/
H A Dboot.conf4 echo timeout in 5 seconds
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/config/
H A Dunix.exp22 # Set a default timeout to be used for the tests under UNIX, rather than
26 set timeout 60
27 verbose "Timeout is now $timeout seconds" 2
H A Ddve.exp21 set timeout 1000
22 verbose "Timeout is now $timeout seconds" 2
H A Dm32r.exp21 set timeout 120
22 verbose "Timeout is now $timeout seconds" 2
H A Dmn10300-eval.exp21 set timeout 1000
22 verbose "Timeout is now $timeout seconds" 2
H A Dsim.exp31 set timeout 60
32 verbose "Timeout is now $timeout seconds" 2
37 timeout {
43 set timeout 10
44 verbose "Timeout is now $timeout seconds" 2
65 set timeout 2400
66 verbose "Timeout is now $timeout seconds" 2
72 set timeout 30
73 verbose "Timeout is now $timeout seconds" 2
81 timeout {
[all...]
/openbsd-current/sys/dev/ic/
H A Dccpvar.h19 #include <sys/timeout.h>
26 struct timeout sc_tick;
/openbsd-current/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D004_timeout.t9 # Just make sure timeout is handled correctly as a constructor param,
16 is $ua->timeout, $default, 'default timeout is as expected';
20 my $ua = HTTP::Tiny->new(timeout => 10);
21 is $ua->timeout, 10, 'timeout is handled as a constructor param';
25 my $ua = HTTP::Tiny->new(timeout => 0);
26 is $ua->timeout, 0, 'constructor arg of timeout=0 is passed through';
30 my $ua = HTTP::Tiny->new(timeout
[all...]
/openbsd-current/usr.bin/timeout/
H A DMakefile3 PROG= timeout
/openbsd-current/regress/sys/kern/nanosleep/
H A Dnanosleep.c71 struct timespec timeout, remainder; local
73 timeout.tv_sec = 0;
74 timeout.tv_nsec = 30000000;
77 if (nanosleep(&timeout, &remainder) < 0) {
99 struct timespec timeout, remainder; local
111 timeout.tv_sec = 1;
112 timeout.tv_nsec = 0;
113 nanosleep(&timeout, NULL);
120 timeout.tv_sec = 10;
121 timeout
145 struct timespec timeout; local
180 struct timespec timeout, remainder; local
245 struct timespec timeout; local
285 struct timespec timeout[3] = { {-1, 0}, {0, -1}, {0, 1000000000L} }; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dpointers.exp82 # timeout { fail "(timeout) illegal pointer assignment rejected" }
92 # timeout { fail "(timeout) ilegal pointer assignment rejected" }
101 # timeout { fail "(timeout) illegal pointer operation (+) rejected" }
111 # timeout { fail "(timeout) illegal pointer operation (*) rejected" }
121 # timeout { fail "(timeout) illega
[all...]
H A Deval-skip.exp77 timeout { fail "(timeout) print value of (0 && (x+y))" }
87 timeout { fail "(timeout) print value of (0 && (x-y))" }
97 timeout { fail "(timeout) print value of (0 && (x*y))" }
108 timeout { fail "(timeout) print value of (0 && (x/y))" }
118 timeout { fail "(timeout) prin
[all...]
H A Dcompletion.exp108 set oldtimeout1 $timeout
109 set timeout 30
121 timeout {fail "(timeout) complete 'hfgfh'"}
125 timeout { fail "(timeout) complete 'hfgfh'" }
139 timeout {fail "(timeout) complete 'show output'"}
148 timeout { fail "(timeout) complet
[all...]
H A Dbitops.exp52 timeout { fail "(timeout) print value of !1" }
62 timeout { fail "(timeout) print value of !0" }
72 timeout { fail "(timeout) print value of !100" }
82 timeout { fail "(timeout) print value of !1000" }
92 timeout { fail "(timeout) prin
[all...]
H A Dpage.exp28 global timeout
30 set timeout 200
H A Dmiscexprs.exp89 timeout { fail "up from marker1 (timeout)" }
93 timeout { fail "(timeout) continue to marker1" }
104 timeout { fail "(timeout) print value of &ibig.i\[0\]" }
116 timeout { fail "(timeout) print value of &cbig.c\[0\]" }
125 timeout { fail "(timeout) prin
[all...]
H A Dmaint.exp117 timeout { fail "(timeout) maint check-symtabs" }
121 timeout { fail "(timeout) maint check-symtabs" }
129 timeout { fail "(timeout) maint space" }
137 timeout { fail "(timeout) maint space 1" }
146 timeout { fail "(timeout) main
[all...]
H A Denviron.exp72 timeout {fail "(timeout) info program"}
82 timeout {fail "(timeout) step before info program"}
90 timeout {fail "(timeout) info program after step"}
102 timeout {fail "(timeout) delete breakpoint before info program"}
107 timeout {fail "(timeout) delet
[all...]
H A Dwhatis-exp.exp80 timeout { fail "(timeout) print value of x" }
90 timeout { fail "(timeout) print value of y" }
99 timeout { fail "(timeout) print value of z" }
108 timeout { fail "(timeout) print value of w" }
119 timeout { fail "(timeout) whati
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Danon-union.exp65 # timeout { fail "(timeout) ptype foo" }
74 # timeout { fail "(timeout) ptype foo" }
86 timeout { fail "(timeout) next 1" }
96 timeout { fail "(timeout) print foo 1" }
107 timeout { fail "(timeout) nex
[all...]
H A Dref-types.exp96 timeout { fail "(timeout) print value of s" }
104 timeout { fail "(timeout) ptype s" }
114 timeout { fail "(timeout) print value of ps" }
122 timeout { fail "(timeout) ptype ps" }
131 timeout { fail "(timeout) prin
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000605-3.c5 int timeout = 0; local
12 if (++timeout > 5)
/openbsd-current/lib/libc/sys/
H A Dw_nanosleep.c22 nanosleep(const struct timespec *timeout, struct timespec *remainder) argument
27 ret = HIDDEN(nanosleep)(timeout, remainder);
/openbsd-current/regress/sys/kern/sosplice/tcp/
H A Dargs-idle-timeout.pl1 # test idle timeout
12 timeout => 1,
/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Dutil.sh9 echo timeout

Completed in 198 milliseconds

1234567891011>>