Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Yield
Function
Yield
LibLemon/src/lemon/util.cpp:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
namespace Lemon{
15
void Yield(){
16
syscall(SYS_YIELD, 0, 0, 0, 0, 0);
17
}
18
19
int GetProcessInfo(uint64_t pid, lemon_process_info_t& pInfo){
20
long ret = -1;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected