Lines Matching full:select
4 .. _func-select:
7 V4L2 select()
13 v4l2-select - Synchronous I/O multiplexing
24 .. c:function:: int select( int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct …
47 With the :c:func:`select()` function applications can suspend
56 On success :c:func:`select()` returns the total number of bits set in
61 :ref:`VIDIOC_STREAMON` yet the :c:func:`select()`
67 driver does not capture yet, the :c:func:`select()` function starts
68 capturing. When that fails, :c:func:`select()` returns successful and
72 data is already available the :c:func:`select()` function returns
76 :c:func:`select()` function just waits until the driver is ready for a
80 function or streaming I/O must also support the :c:func:`select()`
83 For more details see the :c:func:`select()` manual page.
88 On success, :c:func:`select()` returns the number of descriptors
114 The Linux kernel implements :c:func:`select()` like the
115 :c:func:`poll()` function, but :c:func:`select()` cannot