OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eventops
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
event.c
82
static const struct eventop *
eventops
[] = {
variable in typeref:struct:eventop
187
for (i = 0;
eventops
[i] && !base->evbase; i++) {
188
base->evsel =
eventops
[i];
/external/chromium_org/third_party/libevent/
event.c
82
static const struct eventop *
eventops
[] = {
variable in typeref:struct:eventop
187
for (i = 0;
eventops
[i] && !base->evbase; i++) {
188
base->evsel =
eventops
[i];
Completed in 27 milliseconds