New system calls: pidfd_open() and close_range()
New system calls: pidfd_open() and close_range()
Posted May 23, 2019 17:56 UTC (Thu) by james (guest, #1325)In reply to: New system calls: pidfd_open() and close_range() by rweikusat2
Parent article: New system calls: pidfd_open() and close_range()
I presume the idea is to open the pidfd, check you've got the right process, and then you can reliably use it. (If you haven't got the right process, then the one you were interested in isn't there anymore).