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