OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetFDNotReady
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/tools/flip_server/
epoll_server.h
317
//
SetFDNotReady
() (since OnEvent cannot distinguish between invocation
323
// SetFDReady() and
SetFDNotReady
() will do nothing if the EpollServer
336
virtual void
SetFDNotReady
(int fd);
[
all
...]
epoll_server.cc
433
void EpollServer::
SetFDNotReady
(int fd) {
/external/chromium_org/net/tools/epoll_server/
epoll_server.h
316
//
SetFDNotReady
() (since OnEvent cannot distinguish between invocation
322
// SetFDReady() and
SetFDNotReady
() will do nothing if the EpollServer
335
virtual void
SetFDNotReady
(int fd);
[
all
...]
epoll_server.cc
433
void EpollServer::
SetFDNotReady
(int fd) {
Completed in 210 milliseconds