OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELOOP_QUEUE
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd/
eloop.h
33
#ifndef
ELOOP_QUEUE
34
#define
ELOOP_QUEUE
0
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__)
ipv6rs.c
46
#define
ELOOP_QUEUE
1
Completed in 26 milliseconds