Re-exportsยง
Modulesยง
Structsยง
- Base ๐
- Implementation of
pcpu
structure. - Context
Setup - Output of the context setup function.
- Pinned
Context - RAII struct to pin the current thread to a CPU.
Functionsยง
- current_
arch - Interrupt safety
- current_
config - Interrupt safety
- current_
procmgr - Returns
None
if called from context setup function. - current_
thread - Interrupt safety
- current_
thread_ offset - current_
uma - Returns
None
if called from context setup function. - pin_cpu
- Pin the calling thread to one CPU.
- run_
with_ โcontext - See
pcpu_init
on the Orbis for a reference.