OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fds_read
(Results
1 - 1
of
1
) sorted by null
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
ipc_event.c
107
fd_set
fds_read
;
local
122
FD_ZERO(&
fds_read
);
125
FD_SET(dev_socket, &
fds_read
);
128
FD_SET(serv_sfd, &
fds_read
);
131
int n = select(fd, &
fds_read
, NULL, NULL,NULL );
137
if( FD_ISSET(dev_socket, &
fds_read
) )
159
else if( FD_ISSET(serv_sfd, &
fds_read
) )
Completed in 86 milliseconds