OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:free_events
(Results
1 - 3
of
3
) sorted by null
/external/dhcpcd-6.8.2/
eloop.c
140
if ((e = TAILQ_FIRST(&ctx->
free_events
))) {
141
TAILQ_REMOVE(&ctx->
free_events
, e, next);
194
TAILQ_INSERT_TAIL(&ctx->
free_events
, e, next);
249
TAILQ_INSERT_TAIL(&ctx->
free_events
, e, next);
470
TAILQ_INIT(&ctx->
free_events
);
498
while ((e = TAILQ_FIRST(&ctx->
free_events
))) {
499
TAILQ_REMOVE(&ctx->
free_events
, e, next);
eloop.h
68
struct event_head
free_events
;
member in struct:eloop_ctx
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpulsecommon-1.1.so
Completed in 399 milliseconds