Searched refs:timeout_set (Results 1 – 2 of 2) sorted by relevance
| /libevent-2.1.12/include/event2/ |
| H A D | event_compat.h | 199 #define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) macro
|
| /libevent-2.1.12/test/ |
| H A 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()
|