Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 6 of 6) sorted by relevance

/support/
A Dxpoll.c26 xpoll (struct pollfd *fds, nfds_t nfds, int timeout) in xpoll() argument
28 int ret = poll (fds, nfds, timeout); in xpoll()
A Dtest-driver.h34 int timeout; /* Test timeout in seconds. */ member
A Dsupport_test_main.c361 int timeout = config->timeout; in support_test_main() local
362 if (timeout == 0) in support_test_main()
363 timeout = DEFAULT_TIMEOUT; in support_test_main()
394 config->timeout, timeoutfactor); in support_test_main()
453 alarm (timeout * timeoutfactor); in support_test_main()
A Dtest-driver.c150 test_config.timeout = TIMEOUT; in main()
A DREADME24 timeout for hanging tests. See README-testing.c for a minimal
A Dresolv_test.c1175 int timeout = 1; in resolv_test_start() local
1194 _res.retrans = timeout; in resolv_test_start()

Completed in 14 milliseconds