Lines Matching defs:thread
52 #include <pulsecore/thread.h>
53 #include <pulsecore/thread-mq.h>
108 pa_thread *thread;
433 /* Called from IO Context on unsuspend or from main thread when creating sink */
1304 /* Called from the IO thread or the main thread depending on whether deferred
1306 * from the IO thread).
1398 /* Called from the IO thread. */
2787 if (!(u->thread = pa_thread_new(thread_name, thread_func, u))) {
2788 pa_log("Failed to create thread.");
2875 if (u->thread) {
2877 pa_thread_free(u->thread);