Searched refs:PD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
135 #define PD_CLOEXEC 0x00000002 /* Close file descriptor on exec. */ macro137 #define PD_ALLOWED_AT_FORK (PD_DAEMON | PD_CLOEXEC)
243 if (flags & PD_CLOEXEC) in procdesc_falloc()