Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ SysSleep
Function
SysSleep
Kernel/src/arch/x86_64/syscalls.cpp:389–391 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
387
}
388
389
long SysSleep(regs64_t* r){
390
return 0;
391
}
392
393
long SysCreate(regs64_t* r){
394
return 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected