Searched refs:SetProcessAttributes (Results 1 – 3 of 3) sorted by relevance
107 Result<void> SetProcessAttributes(const ProcessAttributes& attr, InterprocessFifo setsid_finished);
263 Result<void> SetProcessAttributes(const ProcessAttributes& attr, InterprocessFifo setsid_finished) { in SetProcessAttributes() function
239 if (auto result = SetProcessAttributes(proc_attr_, std::move(setsid_finished)); !result.ok()) { in SetProcessAttributesAndCaps()