Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_test.c548 time_t since_child_exit = time(NULL) - *child_exit_secs; in test_pidfd_poll_leader_exit() local
550 ksft_print_msg("Time since child exit: %lu\n", since_child_exit); in test_pidfd_poll_leader_exit()
554 if (since_child_exit < CHILD_THREAD_MIN_WAIT || in test_pidfd_poll_leader_exit()
555 since_child_exit > CHILD_THREAD_MIN_WAIT + 2) in test_pidfd_poll_leader_exit()