Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
355
pub fn id() -> usize
356
{
357
PID.load(Ordering::SeqCst)
358
}
359
360
361
// Pointer from address
Callers
15
create
Method · 0.85
ca
Function · 0.85
directory
Function · 0.85
env
Function · 0.85
envs
Function · 0.85
exit
Function · 0.85
fh
Function · 0.85
fh_del
Function · 0.85
fh_new
Function · 0.85
fh_update
Function · 0.85
reg
Function · 0.85
set_ca
Function · 0.85
Calls
1
load
Method · 0.80
Tested by
no test coverage detected