OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_list_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/tools/epoll_server/
epoll_server.cc
52
//
tmp_list_
. Once iteration is done,
tmp_list_
will be empty, and
94
LIST_INIT(&
tmp_list_
);
156
LIST_INIT(&
tmp_list_
);
185
DCHECK(
tmp_list_
.lh_first == NULL);
453
for (cur =
tmp_list_
.lh_first; cur; cur = cur->entry.le_next) {
693
DCHECK(
tmp_list_
.lh_first == NULL);
694
// Swap out the ready_list_ into the
tmp_list_
before traversing the list to
696
std::swap(ready_list_.lh_first,
tmp_list_
.lh_first);
697
if (
tmp_list_
.lh_first)
[
all
...]
epoll_server.h
706
LIST_HEAD(TmpList, CBAndEventMask)
tmp_list_
;
member in class:net::EpollServer
[
all
...]
/external/chromium_org/v8/src/arm64/
macro-assembler-arm64.h
2137
CPURegList
tmp_list_
;
member in class:v8::internal::MacroAssembler
[
all
...]
macro-assembler-arm64.cc
36
tmp_list_
(DefaultTmpList()),
[
all
...]
Completed in 247 milliseconds