Home
last modified time | relevance | path

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

/dports/x11/xscope/xscope-1.4.1/
H A Dfd.h86 extern fd_set BlockedReadDescriptors; /* bit map of FD's blocked from reading */
H A Dfd.c433 XFD_UNSET(&rfds, &BlockedReadDescriptors); in MainLoop()
445 __XFDS_BITS(&BlockedReadDescriptors, 0), in MainLoop()
H A Dscope.c109 fd_set BlockedReadDescriptors; variable
1071 FD_CLR(PeerFD, &BlockedReadDescriptors); in FlushFD()
1078 FD_SET(PeerFD, &BlockedReadDescriptors); in FlushFD()