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

  /external/chromium/third_party/libevent/
event.h 99 with no activity on a file descriptor. The timeout_set() function
500 #define timeout_set(ev, cb, arg) event_set(ev, -1, 0, cb, arg) macro
    [all...]
  /external/chromium/third_party/libevent/test/
regress.c 1239 timeout_set(&one.ev, test_priorities_cb, &one);
1245 timeout_set(&two.ev, test_priorities_cb, &two);
    [all...]

Completed in 559 milliseconds