HomeSort by relevance Sort by last modified time
    Searched full:eventops (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libevent/
chromium.patch 90 @@ -107,7 +107,7 @@ static const struct eventop *eventops[] = {
event.c 82 static const struct eventop *eventops[] = { variable in typeref:struct:eventop
175 for (i = 0; eventops[i] && !base->evbase; i++) {
176 base->evsel = eventops[i];

Completed in 77 milliseconds