Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/pidfd/
H A Dpidfd_autoreap_test.c274 int gc_pidfd = -1; in TEST() local
278 grandchild_pid = create_autoreap_child(&gc_pidfd); in TEST()
288 if (gc_pidfd >= 0) in TEST()
289 close(gc_pidfd); in TEST()
298 if (gc_pidfd >= 0) in TEST()
299 close(gc_pidfd); in TEST()