Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XpuOS/xsched
/ SetProcessPriority
Method
SetProcessPriority
service/cli/src/cli.cpp:142–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
int Cli::SetProcessPriority(PID pid, Priority prio)
143
{
144
XSCHED_ASSERT(client_->SetProcessPriority(pid, prio));
145
return 0;
146
}
147
148
int Cli::SetUtilization(XQueueHandle handle, Utilization util)
149
{
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected