Function lrs::thread::capabilities

Returns the capabilities of a thread.

Syntax

fn capabilities(thread: i32) -> Result<CapSet, Errno>

Arguments

NameDescription
thread

The thread id of the thread or 0 for the current thread.

See also