Searched refs:ProcessAttributes (Results 1 – 3 of 3) sorted by relevance
89 struct ProcessAttributes { struct101 inline bool RequiresConsole(const ProcessAttributes& attr) { in RequiresConsole() argument105 Result<void> SetProcessAttributes(const ProcessAttributes& attr, InterprocessFifo setsid_finished);
177 ProcessAttributes proc_attr_;
235 Result<void> SetProcessAttributes(const ProcessAttributes& attr, InterprocessFifo setsid_finished) { in SetProcessAttributes()