MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / sf

Function sf

src/sys/proc.rs:439–444  ·  view source on GitHub ↗

Stack-frame

()

Source from the content-addressed store, hash-verified

437
438// Stack-frame
439pub fn sf() -> InterruptStackFrameValue
440{
441 let tab = PROCTAB.read();
442 let proc = &tab[id()];
443 proc.sf.clone()
444}
445
446
447// Spawn

Callers 1

schFunction · 0.85

Calls 2

idFunction · 0.85
readMethod · 0.45

Tested by

no test coverage detected