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