OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetFDReady
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/tools/flip_server/
epoll_server.h
305
// the ready list by calling
SetFDReady
() after calling RegisterFD(). The
310
// OnEvent() (or some function in that call chain) must call
SetFDReady
323
//
SetFDReady
() and SetFDNotReady() will do nothing if the EpollServer
327
// which should be sent to the callback,
SetFDReady
() requests the caller
330
// passedto
SetFDReady
() does not affect the actual epoll registration of
332
//
SetFDReady
() is called again for that fd with a different event_mask,
334
virtual void
SetFDReady
(int fd, int events_to_fake);
[
all
...]
sm_connection.cc
65
epoll_server_->
SetFDReady
(fd_, EPOLLIN | EPOLLOUT);
epoll_server.cc
412
void EpollServer::
SetFDReady
(int fd, int events_to_fake) {
426
//
SetFDReady
repeatedly to build up the correct event set as it is more
427
// efficient to call
SetFDReady
once with the correct, final mask.
695
// enable
SetFDReady
() to just push new items into the ready_list_.
/external/chromium_org/net/tools/epoll_server/
epoll_server.h
304
// the ready list by calling
SetFDReady
() after calling RegisterFD(). The
309
// OnEvent() (or some function in that call chain) must call
SetFDReady
322
//
SetFDReady
() and SetFDNotReady() will do nothing if the EpollServer
326
// which should be sent to the callback,
SetFDReady
() requests the caller
329
// passedto
SetFDReady
() does not affect the actual epoll registration of
331
//
SetFDReady
() is called again for that fd with a different event_mask,
333
virtual void
SetFDReady
(int fd, int events_to_fake);
[
all
...]
epoll_server.cc
412
void EpollServer::
SetFDReady
(int fd, int events_to_fake) {
426
//
SetFDReady
repeatedly to build up the correct event set as it is more
427
// efficient to call
SetFDReady
once with the correct, final mask.
695
// enable
SetFDReady
() to just push new items into the ready_list_.
/external/chromium_org/net/tools/flip_server/
sm_connection.cc
69
epoll_server_->
SetFDReady
(fd_, EPOLLIN | EPOLLOUT);
Completed in 80 milliseconds