Lines Matching defs:thread
47 #include <pulsecore/thread.h>
48 #include <pulsecore/thread-mq.h>
96 pa_thread *thread;
405 /* Called from IO Context on unsuspend or from main thread when creating source */
1178 /* Called from the IO thread or the main thread depending on whether deferred
1180 * from the IO thread).
1272 /* Called from the IO thread. */
2445 if (!(u->thread = pa_thread_new(thread_name, thread_func, u))) {
2446 pa_log("Failed to create thread.");
2501 if (u->thread) {
2503 pa_thread_free(u->thread);