Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dasyncq.c53 struct localq { struct
55 PA_LLIST_FIELDS(struct localq);
64 PA_LLIST_HEAD(struct localq, localq);
65 struct localq *last_localq;
69 PA_STATIC_FLIST_DECLARE(localq, 0, pa_xfree);
94 PA_LLIST_HEAD_INIT(struct localq, l->localq); in pa_asyncq_new()
113 struct localq *q; in pa_asyncq_free()
123 while ((q = l->localq)) { in pa_asyncq_free()
[all...]

Completed in 1 milliseconds