Function lrs::thread::drop_bounding_cap

Removes a capability from this thread's bounding set.

Syntax

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

Arguments

NameDescription
cap

The capability to remove.

See also