Function current_procmgr

Source
pub fn current_procmgr() -> Option<BorrowedArc<ProcMgr>>
Expand description

Returns None if called from context setup function.

ยงInterrupt safety

This function can be called from interrupt handle.