Home
last modified time | relevance | path

Searched refs:timeoutfactor (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/scripts/
Dcross-test-ssh.sh68 timeoutfactor=$TIMEOUTFACTOR
85 timeoutfactor="$1"
/glibc-2.36/support/
Dsupport_test_main.c289 unsigned int timeoutfactor = TIMEOUTFACTOR; in support_test_main() local
338 timeoutfactor = MAX (env_fact, 1); in support_test_main()
394 config->timeout, timeoutfactor); in support_test_main()
453 alarm (timeout * timeoutfactor); in support_test_main()
/glibc-2.36/
Dconfigure.ac172 AC_ARG_WITH([timeoutfactor], optwith
173 AS_HELP_STRING([--with-timeoutfactor=NUM],
175 [timeoutfactor=$withval],
176 [timeoutfactor=1])
177 AC_DEFINE_UNQUOTED(TIMEOUTFACTOR, $timeoutfactor)
Dconfigure3402 withval=$with_timeoutfactor; timeoutfactor=$withval
3404 timeoutfactor=1
DINSTALL123 '--with-timeoutfactor=NUM'
/glibc-2.36/manual/
Dinstall.texi147 @item --with-timeoutfactor=@var{NUM}
/glibc-2.36/ChangeLog.old/
DChangeLog.246181 Add --with-timeoutfactor=NUM to specify TIMEOUTFACTOR
DChangeLog.1850454 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
51271 --timeoutfactor option.
51272 (timeoutfactor): New variable.