OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFDReady
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/tools/flip_server/
epoll_server.h
339
//
IsFDReady
(), ReadyListSize(), and VerifyReadyList are intended as
341
//
ISFDReady
() returns whether a fd is in the ready list.
345
virtual bool
IsFDReady
(int fd) const;
[
all
...]
epoll_server.cc
440
bool EpollServer::
IsFDReady
(int fd) const {
/external/chromium_org/net/tools/epoll_server/
epoll_server.h
338
//
IsFDReady
(), ReadyListSize(), and VerifyReadyList are intended as
340
//
ISFDReady
() returns whether a fd is in the ready list.
344
virtual bool
IsFDReady
(int fd) const;
[
all
...]
epoll_server.cc
440
bool EpollServer::
IsFDReady
(int fd) const {
Completed in 630 milliseconds