Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
Feature or enhancement
ExposePIDFD_NONBLOCK asos.PIDFD_NONBLOCK to be used withos.waitid.
Pitch
pidfd_open returns a nonblocking file descriptor ifPIDFD_NONBLOCK is supplied as flag. If the process
referred to by the file descriptor has not yet terminated,
then an attempt to wait on the file descriptor using
waitid(2) will immediately return the error EAGAIN rather
than blocking.