Lines Matching refs:thread
42 #include <pulsecore/thread.h>
43 #include <pulsecore/thread-mq.h>
50 * doesn't allow us to add our own event sources to the event thread
51 * we cannot use the JACK real-time thread for dispatching our PA
52 * work. Instead, we run an additional RT thread which does most of
53 * the PA handling, and have the JACK RT thread request data from it
94 pa_thread *thread;
125 /* Handle the request from the JACK thread */
213 /* We just forward the request to our other RT thread */
272 pa_log_info("JACK thread starting up.");
282 pa_log_info("JACK thread shutting down.");
340 /* The queue linking the JACK thread and our RT thread */
347 /* The msgq from the JACK RT thread should have an even higher
449 if (!(u->thread = pa_thread_new("jack-sink", thread_func, u))) {
450 pa_log("Failed to create thread.");
522 if (u->thread) {
524 pa_thread_free(u->thread);