Function lrs::thread::set_effective_user_id

Sets the effective user id of this thread.

Syntax

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

Arguments

NameDescription
id

The new effective user id of the thread.