Searched refs:pidfd (Results 1 – 1 of 1) sorted by relevance
109 int pidfd, in WaitForChildWithTimeout() argument117 .fd = pidfd, in WaitForChildWithTimeout()121 close(pidfd); in WaitForChildWithTimeout()148 int pidfd = PidfdOpen(pid); in DoWithSubprocessCheck() local149 if (pidfd >= 0) { in DoWithSubprocessCheck()150 GFXSTREAM_EXPECT(WaitForChildWithTimeout(pid, pidfd, timeout)); in DoWithSubprocessCheck()