OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeq
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
event.c
360
struct event_list *
activeq
= NULL;
local
366
activeq
= base->activequeues[i];
371
assert(
activeq
!= NULL);
373
for (ev = TAILQ_FIRST(
activeq
); ev; ev = TAILQ_FIRST(
activeq
)) {
/external/chromium_org/third_party/libevent/
event.c
360
struct event_list *
activeq
= NULL;
local
366
activeq
= base->activequeues[i];
371
assert(
activeq
!= NULL);
373
for (ev = TAILQ_FIRST(
activeq
); ev; ev = TAILQ_FIRST(
activeq
)) {
Completed in 408 milliseconds