OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_max
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/hci/src/
userial_mct.c
158
int
fd_max
= create_signal_fds(&input);
local
159
fd_max
= (
fd_max
>userial_cb.fd[CH_EVT]) ?
fd_max
: userial_cb.fd[CH_EVT];
160
fd_max
= (
fd_max
>userial_cb.fd[CH_ACL_IN]) ?
fd_max
: userial_cb.fd[CH_ACL_IN];
164
n = select(
fd_max
+1, &input, NULL, NULL, NULL);
userial.c
155
int
fd_max
= add_event_fd(&input);
local
156
fd_max
=
fd_max
> fd ?
fd_max
: fd;
159
n = select(
fd_max
+1, &input, NULL, NULL, NULL);
Completed in 158 milliseconds