Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_test.c469 time_t prog_time = time(NULL) - prog_start; in test_pidfd_poll_exec() local
471 ksft_print_msg("Time waited for child: %lu\n", prog_time); in test_pidfd_poll_exec()
475 if (prog_time < CHILD_THREAD_MIN_WAIT || prog_time > CHILD_THREAD_MIN_WAIT + 2) in test_pidfd_poll_exec()