Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
439
pub 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
sch
Function · 0.85
Calls
2
id
Function · 0.85
read
Method · 0.45
Tested by
no test coverage detected