Home
last modified time | relevance | path

Searched refs:timeout_set (Results 1 – 2 of 2) sorted by relevance

/libevent-2.1.12/include/event2/
H A Devent_compat.h199 #define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) macro
/libevent-2.1.12/test/
H A Dregress.c2235 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()