Home
last modified time | relevance | path

Searched refs:IS_SETFD (Results 1 – 1 of 1) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-file.c2356 #define IS_SETFD(i) (poll_map[i].revents & (POLLIN|POLLERR|POLLHUP)) macro
2360 #define IS_SETFD(i) FD_ISSET(map[i].fd, &fds) macro
2568 { if ( IS_SETFD(i) )