Lines Matching refs:thread
42 #include <pulsecore/thread.h>
43 #include <pulsecore/thread-mq.h>
82 pa_thread *thread;
111 /* Handle the new block from the JACK thread */
169 /* We interleave the data and pass it on to the other RT thread */
230 pa_log_info("JACK thread starting up.");
239 pa_log_info("JACK thread shutting down..");
389 if (!(u->thread = pa_thread_new("jack-source", thread_func, u))) {
390 pa_log("Failed to create thread.");
462 if (u->thread) {
464 pa_thread_free(u->thread);