1#include <cx/sys/processobj.cxh>
3[methodprefix _unixprocobj] class UnixProcess extends Process {
4 /// @brief Linux pidfd for the process, or -1
6 /// FreeBSD has no equivalent it can use here and keys its kqueue registration on the pid
7 /// instead, so this stays -1 there.