Searched refs:timeout_set (Results 1 – 2 of 2) sorted by relevance
/external/libevent/include/event2/ |
D | event_compat.h | 199 #define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) macro
|
/external/libevent/test/ |
D | regress.c | 2235 timeout_set(&one.ev, test_priorities_cb, &one); in test_priorities_impl() 2241 timeout_set(&two.ev, test_priorities_cb, &two); in test_priorities_impl()
|