MCPcopy Create free account
hub / github.com/XpuOS/xsched / GetEventType

Method GetEventType

utils/src/waitpid.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158EpollEventType PidFdWaiter::GetEventType(uint64_t data)
159{
160 return EpollEventType(data >> 32);
161}
162
163uint64_t PidFdWaiter::PackEventData(EpollEventType type, PID pid)
164{

Callers

nothing calls this directly

Calls 1

EpollEventTypeEnum · 0.85

Tested by

no test coverage detected