Lines Matching refs:thread
41 #include <pulsecore/thread.h>
42 #include <pulsecore/thread-mq.h>
68 pa_thread *thread;
115 /* Called from the IO thread. */
134 /* Called from the IO thread. */
156 /* Called from the IO thread. */
424 if (!(u->thread = pa_thread_new("null-sink", thread_func, u))) {
425 pa_log("Failed to create thread.");
466 if (u->thread) {
468 pa_thread_free(u->thread);