OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVLIST_INSERTED
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
event.c
284
EVLIST_INSERTED
);
678
if (ev->ev_flags &
EVLIST_INSERTED
)
728
!(ev->ev_flags & (
EVLIST_INSERTED
|EVLIST_ACTIVE))) {
731
event_queue_insert(base, ev,
EVLIST_INSERTED
);
809
if (ev->ev_flags &
EVLIST_INSERTED
) {
810
event_queue_remove(base, ev,
EVLIST_INSERTED
);
939
case
EVLIST_INSERTED
:
972
case
EVLIST_INSERTED
:
event.h
186
#define
EVLIST_INSERTED
0x02
[
all
...]
Completed in 21 milliseconds