Module context

Source

Re-exportsยง

pub use self::arc::*;
pub use self::arch::*;
pub use self::local::*;

Modulesยง

arc ๐Ÿ”’
arch ๐Ÿ”’
local ๐Ÿ”’

Structsยง

Base ๐Ÿ”’
Implementation of pcpu structure.
ContextSetup
Output of the context setup function.
PinnedContext
RAII struct to pin the current thread to a CPU.

Functionsยง

arch
Interrupt safety
config
Interrupt safety
current_thread
Interrupt safety
current_thread_offset
pin_cpu
Pin the calling thread to one CPU.
pmgr
Returns None if called from context setup function.
run_with_contextโš 
See pcpu_init on the Orbis for a reference.
uma
Returns None if called from context setup function.