Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DSubprocess.cpp109 int pidfd, in WaitForChildWithTimeout() argument
117 .fd = pidfd, in WaitForChildWithTimeout()
121 close(pidfd); in WaitForChildWithTimeout()
148 int pidfd = PidfdOpen(pid); in DoWithSubprocessCheck() local
149 if (pidfd >= 0) { in DoWithSubprocessCheck()
150 GFXSTREAM_EXPECT(WaitForChildWithTimeout(pid, pidfd, timeout)); in DoWithSubprocessCheck()