SchedContext

Type Alias SchedContext 

Source
pub type SchedContext<C = NoExplicitInvocationContext> = Cap<SchedContext, C>;

Aliased Type§

pub struct SchedContext<C = NoExplicitInvocationContext> { /* private fields */ }

Implementations§

Source§

impl<C: InvocationContext> SchedContext<C>

Source

pub fn unbind(self) -> Result<()>

Corresponds to seL4_SchedContext_Unbind.