Lines Matching refs:select
81 ### Blocking sockets and select(3)
85 such as select(3) or poll(3), regardless of whether the network socket is
88 While in principle APIs such as select(3) can be used with a socket in blocking
95 Though it can be argued that a select(3) call indicating readability or
100 wakeups from select(3).
107 due to the possibility of other threads racing between the call to select(3)
114 have a BIO interface which provides for select(3)-like functionality or which
117 Moreover, even if we used select(3) directly, select(3) only gives us a
210 By comparison, use of non-blocking I/O and select(3) or similar APIs on the
236 - We rely on having a select(3) or poll(3) like function available from the
241 - Firstly, we already rely on select(3) in our code, at least in
247 select(3)-like function. In fact, this has the potential to be quite
394 WinSock-specific `select()` call must be used. On the other hand, other kinds of
528 function (e.g. `select()`) or, if configured, custom poller function, to block.