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

  /external/chromium/third_party/libevent/sample/
event-test.c 72 struct event evfifo; local
125 event_set(&evfifo, (int)socket, EV_READ, fifo_read, &evfifo);
127 event_set(&evfifo, socket, EV_READ, fifo_read, &evfifo);
131 event_add(&evfifo, NULL);
  /external/chromium_org/third_party/libevent/sample/
event-test.c 72 struct event evfifo; local
125 event_set(&evfifo, (int)socket, EV_READ, fifo_read, &evfifo);
127 event_set(&evfifo, socket, EV_READ, fifo_read, &evfifo);
131 event_add(&evfifo, NULL);

Completed in 553 milliseconds