MCPcopy 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
389long SysSleep(regs64_t* r){
390 return 0;
391}
392
393long SysCreate(regs64_t* r){
394 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected