OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ready_list_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/tools/flip_server/
epoll_server.cc
50
// - Use two lists to keep track of callbacks. The
ready_list_
is the one used
51
// for registration. Before iteration, the
ready_list_
is swapped into the
53
//
ready_list_
will have all the new ready fds.
93
LIST_INIT(&
ready_list_
);
155
LIST_INIT(&
ready_list_
);
169
LIST_INSERT_HEAD(&
ready_list_
, cb_and_mask, entry);
184
DCHECK(
ready_list_
.lh_first == NULL);
449
CBAndEventMask* cur =
ready_list_
.lh_first;
634
if (timeout_in_us == 0 ||
ready_list_
.lh_first != NULL) {
686
if (
ready_list_
.lh_first)
[
all
...]
epoll_server.h
710
LIST_HEAD(ReadyList, CBAndEventMask)
ready_list_
;
member in class:net::EpollServer
[
all
...]
Completed in 32 milliseconds