MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / SysYield

Function SysYield

Kernel/src/arch/x86_64/syscalls.cpp:740–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740long SysYield(regs64_t* r){
741 Scheduler::Yield();
742 return 0;
743}
744
745/*
746 * SysReadDirNext(fd, direntPointer) - Read directory using the file descriptor offset as an index

Callers

nothing calls this directly

Calls 1

YieldFunction · 0.70

Tested by

no test coverage detected