Lines Matching defs:thread
58 #include <pulsecore/thread.h>
59 #include <pulsecore/thread-mq.h>
83 pa_thread *thread;
112 /* Consider as first I/O thread iteration, can be switched to true in autoreconnect mode */
130 pa_log_debug("State change received, informing IO thread...");
166 /* Exception : for this message, we are in main thread, msg sent from the IO/thread
167 Done here, as alloc/free of rtsp_client is also done in this thread for other cases */
292 /* Called from the IO thread. */
340 /* If autonull is enabled, I/O thread is always eating chunks since
768 u->thread = NULL;
931 if (!(u->thread = pa_thread_new(thread_name, thread_func, u))) {
932 pa_log("Failed to create sink thread");
961 if (u->thread) {
963 pa_thread_free(u->thread);