Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chyyuu/os_kernel_lab
/ add_initproc
Function
add_initproc
os/src/task/mod.rs:144–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
}
143
144
pub fn add_initproc() {
145
let _initproc = INITPROC.clone();
146
}
147
148
pub fn check_signals_of_current() -> Option<(i32, &'static str)> {
149
let process = current_process();
Callers
1
rust_main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected