Function lrs::thread::has_bounding_cap

Checks whether a capability is in the bounding set of this thread.

Syntax

fn has_bounding_cap(cap: Capability) -> Result<bool, Errno>

Arguments

NameDescription
cap

The capability to check.

See also