Lines Matching defs:thread
38 #include <pulsecore/thread.h>
59 static pa_thread *thread = NULL;
87 pa_assert(!thread);
115 /* Join threads only in the process the new thread was created in
118 * that thread IDs are usable and unique within a single process." */
119 if (thread) {
121 pa_thread_free_nojoin(thread);
123 pa_thread_free(thread);
124 thread = NULL;
221 /* No signals in this thread please */
256 if (!thread)
257 if (!(thread = pa_thread_new("autospawn", thread_func, NULL)))