| 156 | } |
| 157 | |
| 158 | EpollEventType PidFdWaiter::GetEventType(uint64_t data) |
| 159 | { |
| 160 | return EpollEventType(data >> 32); |
| 161 | } |
| 162 | |
| 163 | uint64_t PidFdWaiter::PackEventData(EpollEventType type, PID pid) |
| 164 | { |
nothing calls this directly
no test coverage detected