Searched refs:ELOOP_QUEUE (Results 1 - 1 of 1) sorted by relevance

/external/dhcpcd/
H A Deloop.h33 #ifndef ELOOP_QUEUE
34 #define ELOOP_QUEUE 0 macro
37 #define add_timeout_tv(a, b, c) add_q_timeout_tv(ELOOP_QUEUE, a, b, c)
38 #define add_timeout_sec(a, b, c) add_q_timeout_sec(ELOOP_QUEUE, a, b, c)
39 #define delete_timeout(a, b) delete_q_timeout(ELOOP_QUEUE, a, b)
40 #define delete_timeouts(a, ...) delete_q_timeouts(ELOOP_QUEUE, a, __VA_ARGS__)

Completed in 71 milliseconds