Function lrs::thread::supplementary_groups

Retrieves the supplementary groups of this thread.

Syntax

fn supplementary_groups(buf: &mut [u32]) -> Result<usize, Errno>

Arguments

NameDescription
buf

The buffer in which the supplementary groups will be stored.

Return value

Returns the number of supplementary groups stored