OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NET_Poll
(Results
1 - 4
of
4
) sorted by null
/libcore/ojluni/src/main/native/
net_util_md.h
59
extern int
NET_Poll
(struct pollfd *ufds, unsigned int nfds, int timeout);
79
#define
NET_Poll
poll
linux_close.cpp
163
int
NET_Poll
(struct pollfd *ufds, unsigned int nfds, int timeout) {
PlainSocketImpl.c
279
connect_rv =
NET_Poll
(&pfd, 1, -1);
358
connect_rv =
NET_Poll
(&pfd, 1, timeout);
[
all
...]
net_util_md.c
[
all
...]
Completed in 148 milliseconds