Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dasyncq.c53 struct localq { struct
55 PA_LLIST_FIELDS(struct localq); argument
64 PA_LLIST_HEAD(struct localq, localq);
65 struct localq *last_localq;
69 PA_STATIC_FLIST_DECLARE(localq, 0, pa_xfree);
89 PA_LLIST_HEAD_INIT(struct localq, l->localq); in pa_asyncq_new()
108 struct localq *q; in pa_asyncq_free()
118 while ((q = l->localq)) { in pa_asyncq_free()
122 PA_LLIST_REMOVE(struct localq, l->localq, q); in pa_asyncq_free()
124 if (pa_flist_push(PA_STATIC_FLIST_GET(localq), q) < 0) in pa_asyncq_free()
[all …]