Searched refs:PD_DAEMON (Results 1 – 2 of 2) sorted by relevance
134 #define PD_DAEMON 0x00000001 /* Don't exit when procdesc closes. */ macro137 #define PD_ALLOWED_AT_FORK (PD_DAEMON | PD_CLOEXEC)
221 if (flags & PD_DAEMON) in procdesc_new()