[ Version ( since = "1.16" ) ]
public bool fd_ctl_pri (PollFD fd, bool active)
Control whether the descriptor fd
in this will be monitored for exceptional conditions
(POLLPRI).
Not implemented on Windows (will just return false
there).
this |
a file descriptor set. |
fd |
a file descriptor. |
active |
a new status. |
|