MCPcopy 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
153PID PidFdWaiter::GetEventPid(uint64_t data)
154{
155 return PID(data & 0xFFFFFFFF);
156}
157
158EpollEventType PidFdWaiter::GetEventType(uint64_t data)
159{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected