Lines Matching +full:way +full:- +full:select
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
96 standard way to do
99 Synchronous multiplexing is performed by using the \fIselect\fP call
107 nds = select(nd, in, out, except, tvp);
117 The \fIselect\fP call examines the descriptors
120 the specified bit masks by the subsets that select true for input,
140 or other device-specific events have occurred.
145 If \fItvp\fP is given as 0, the \fIselect\fP waits indefinitely.
161 non-blocking I/O mode and/or enable signaling when I/O is
166 Operations on non-blocking descriptors will
174 be signaled, with a SIGIO for input, output, or in-progress
179 using non-blocking output,
183 The \fIselect\fP facility can be used to determine when further
202 object \fIold\fP in a way defined by the protocol.
206 Protocols may be based on communications multiplexing or a rights-passing
209 locally generated ``read-ahead'' requests. A protocol that provides for
210 read-ahead may provide higher performance but have a more difficult