MCPcopy Index your code
hub / github.com/LibertyOS-Development/kernel / id

Function id

src/sys/proc.rs:355–358  ·  view source on GitHub ↗

ID

()

Source from the content-addressed store, hash-verified

353
354// ID
355pub fn id() -> usize
356{
357 PID.load(Ordering::SeqCst)
358}
359
360
361// Pointer from address

Callers 15

createMethod · 0.85
caFunction · 0.85
directoryFunction · 0.85
envFunction · 0.85
envsFunction · 0.85
exitFunction · 0.85
fhFunction · 0.85
fh_delFunction · 0.85
fh_newFunction · 0.85
fh_updateFunction · 0.85
regFunction · 0.85
set_caFunction · 0.85

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected