Lines Matching full:function
32 .. c:function:: int select( int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct …
57 With the :ref:`select() <func-select>` function applications can suspend
61 When streaming I/O has been negotiated this function waits until a
64 the outgoing queue of the driver the function returns immediately.
67 :c:func:`struct fd_set`. When the function timed out it returns
72 function succeeds, setting the bit of the file descriptor in ``readfds``
76 When use of the :ref:`read() <func-read>` function has been negotiated and the
77 driver does not capture yet, the :ref:`select() <func-select>` function starts
82 data is already available the :ref:`select() <func-select>` function returns
85 When use of the :ref:`write() <func-write>` function has been negotiated the
86 :ref:`select() <func-select>` function just waits until the driver is ready for a
90 function or streaming I/O must also support the :ref:`select() <func-select>`
91 function.
126 :ref:`poll() <func-poll>` function, but :ref:`select() <func-select>` cannot