Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XpuOS/xsched
/ GetEventPid
Method
GetEventPid
utils/src/waitpid.cpp:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
PID PidFdWaiter::GetEventPid(uint64_t data)
154
{
155
return PID(data & 0xFFFFFFFF);
156
}
157
158
EpollEventType PidFdWaiter::GetEventType(uint64_t data)
159
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected