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

1234567891011>>

/netbsd-current/external/mpl/bind/dist/tests/irs/testdata/
H A Dtimeout.conf12 timeout 10
H A Doptions-timeout.conf12 options timeout:1
H A Doptions.conf12 options unknown debug timeout:1 ndots:2
H A Dresolv.conf17 timeout 10
19 options unknown debug timeout:1 ndots:2
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/config/
H A Dunix.exp18 # Set a default timeout to be used for the tests under UNIX, rather than
22 set timeout 60
23 verbose "Timeout is now $timeout seconds" 2
H A Ddve.exp17 set timeout 1000
18 verbose "Timeout is now $timeout seconds" 2
H A Dmn10300-eval.exp17 set timeout 1000
18 verbose "Timeout is now $timeout seconds" 2
H A Dm32r.exp17 set timeout 120
18 verbose "Timeout is now $timeout seconds" 2
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/config/
H A Dunix.exp18 # Set a default timeout to be used for the tests under UNIX, rather than
22 set timeout 60
23 verbose "Timeout is now $timeout seconds" 2
H A Ddve.exp17 set timeout 1000
18 verbose "Timeout is now $timeout seconds" 2
H A Dmn10300-eval.exp17 set timeout 1000
18 verbose "Timeout is now $timeout seconds" 2
H A Dm32r.exp17 set timeout 120
18 verbose "Timeout is now $timeout seconds" 2
/netbsd-current/external/bsd/mdocml/dist/
H A Dtest-nanosleep.c7 struct timespec timeout; local
9 timeout.tv_sec = 0;
10 timeout.tv_nsec = 100000000; /* 0.1 seconds */
12 if (nanosleep(&timeout, NULL)) {
/netbsd-current/external/bsd/jemalloc/dist/test/src/
H A Dmq.c15 struct timespec timeout; local
18 timeout.tv_sec = 0;
19 timeout.tv_nsec = ns;
21 timeout.tv_sec = 1;
22 timeout.tv_nsec = 0;
24 nanosleep(&timeout, NULL);
/netbsd-current/sys/stand/efiboot/
H A Defiwatchdog.c37 efi_set_watchdog(uint32_t timeout, uint64_t code) argument
39 uefi_call_wrapper(BS->SetWatchdogTimer, 4, timeout, code, 0, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgdb1056.exp38 timeout {
H A Ddefine-prefix.exp108 timeout {fail "(timeout) define user command: ghi-prefix-cmd"}
111 timeout {fail "(timeout) define user command: ghi-prefix-cmd"}
129 timeout {fail "(timeout) redefine user command: ghi-prefix-cmd"}
132 timeout {fail "(timeout) redefine user command: ghi-prefix-cmd"}
136 timeout {fail "(timeout) redefin
[all...]
H A Dhuge.exp42 set prev_timeout $timeout
43 set timeout 30
54 set timeout $prev_timeout
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgdb1056.exp38 timeout {
H A Ddefine-prefix.exp108 timeout {fail "(timeout) define user command: ghi-prefix-cmd"}
111 timeout {fail "(timeout) define user command: ghi-prefix-cmd"}
129 timeout {fail "(timeout) redefine user command: ghi-prefix-cmd"}
132 timeout {fail "(timeout) redefine user command: ghi-prefix-cmd"}
136 timeout {fail "(timeout) redefin
[all...]
/netbsd-current/usr.bin/timeout/
H A DMakefile2 # $FreeBSD: head/usr.bin/timeout/Makefile 268745 2014-07-16 09:55:36Z bapt $
4 PROG= timeout
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dposix-hdep.c29 struct timeval *timeout)
31 return select (n, readfds, writefds, exceptfds, timeout);
28 gdb_select(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) argument
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dtimed_read.c7 /* read operation with pre-read timeout
11 /* ssize_t timed_read(fd, buf, len, timeout, context)
15 /* int timeout;
28 /* .IP timeout
63 int timeout, void *unused_context)
75 if (timeout > 0 && read_wait(fd, timeout) < 0)
77 if ((ret = read(fd, buf, len)) < 0 && timeout > 0 && errno == EAGAIN) {
62 timed_read(int fd, void *buf, size_t len, int timeout, void *unused_context) argument
H A Dtimed_connect.c7 /* connect operation with timeout
12 /* int timed_connect(fd, buf, buf_len, timeout)
16 /* int timeout;
29 /* .IP timeout
69 int timed_connect(int sock, struct sockaddr *sa, int len, int timeout) argument
75 * Sanity check. Just like with timed_wait(), the timeout must be a
78 if (timeout <= 0)
79 msg_panic("timed_connect: bad timeout: %d", timeout);
93 if (write_wait(sock, timeout) <
[all...]
H A Dtimed_write.c7 /* write operation with pre-write timeout
11 /* ssize_t timed_write(fd, buf, len, timeout, context)
15 /* int timeout;
28 /* .IP timeout
63 int timeout, void *unused_context)
81 if (timeout > 0 && write_wait(fd, timeout) < 0)
83 if ((ret = write(fd, buf, len)) < 0 && timeout > 0 && errno == EAGAIN) {
62 timed_write(int fd, const void *buf, size_t len, int timeout, void *unused_context) argument

Completed in 195 milliseconds

1234567891011>>