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

Method PackEventData

utils/src/waitpid.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163uint64_t PidFdWaiter::PackEventData(EpollEventType type, PID pid)
164{
165 return ((uint64_t)type << 32) | (uint64_t)pid;
166}
167
168int PidFdWaiter::OpenPidFd(PID pid, unsigned int flags)
169{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected