Home
last modified time | relevance | path

Searched refs:slow_tests_enabled (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/test/
Dtest-watchdog.c18 slow = slow_tests_enabled(); in main()
Dtest-compress-benchmark.c153 arg_duration = slow_tests_enabled() ? in main()
Dtest-id128.c168 unsigned iterations = slow_tests_enabled() ? 1000000 : 1000; in TEST()
Dtest-barrier.c427 if (!slow_tests_enabled()) in intro()
Dtest-loop-block.c280 arg_timeout = slow_tests_enabled() ? 5 * USEC_PER_SEC : 1 * USEC_PER_SEC; in run()
Dtest-hashmap-plain.c697 bool slow = slow_tests_enabled(); in TEST()
746 bool slow = slow_tests_enabled(); in TEST()
Dtest-process-util.c665 unsigned long long iterations = slow_tests_enabled() ? 1000000 : 1000; in TEST()
/systemd-251/src/shared/
Dtests.h28 bool slow_tests_enabled(void);
Dtests.c110 bool slow_tests_enabled(void) { in slow_tests_enabled() function