Function lrs::thread::unshare

Disassociate parts of the thread's execution context.

Syntax

fn unshare(flags: CloneFlags) -> Result<(), Errno>

Arguments

NameDescription
flags

What to disassociate.

See also