Function lrs::thread::set_effective_group_id

Sets the effective group id of this thread.

Syntax

fn set_effective_group_id(id: u32) -> Result<(), Errno>

Arguments

NameDescription
id

The new effective group id of the thread.