Lines Matching defs:thread
61 #include <pulsecore/thread-mq.h>
62 #include <pulsecore/thread.h>
96 pa_thread *thread;
186 /* Called from the IO thread. */
414 * let's hand the socket over to the IO thread now */
432 pa_log_debug("Connection authenticated, handing fd to IO thread...");
703 if (!(u->thread = pa_thread_new("esound-sink", thread_func, u))) {
704 pa_log("Failed to create thread.");
742 if (u->thread) {
744 pa_thread_free(u->thread);