Lines Matching defs:thread

47 #include <pulsecore/thread.h>
48 #include <pulsecore/thread-mq.h>
132 pa_thread *thread;
184 /* Run from main thread */
225 /* Run from main thread */
253 /* Run from main thread */
333 /* Run from IO thread */
363 /* Run from IO thread */
429 /* Run from IO thread */
501 /* Run from IO thread */
668 * the file descriptor. Only do this when called from the I/O thread */
673 /* Run from I/O thread */
691 /* Run from I/O thread */
723 /* Run from I/O thread */
778 /* Called from I/O thread, returns true if the transport was acquired or
794 /* Run from main thread */
829 /* Run from IO thread */
877 /* Called from the IO thread. */
927 /* Run from main thread */
949 /* Run from main thread */
1008 /* Run from main thread */
1068 /* Run from IO thread */
1120 /* Called from the IO thread. */
1164 /* Run from main thread */
1186 /* Run from main thread */
1247 /* Run from main thread */
1308 /* Run from main thread */
1323 /* Run from main thread */
1359 /* Run from main thread */
1389 /* Run from main thread */
1428 /* I/O thread function */
1645 * will wake up the thread when the next data needs to be written. */
1672 * thread will also be woken up when we can write again. */
1681 /* Set events to wake up the thread */
1695 pa_log_debug("IO thread shutdown requested, stopping cleanly");
1703 pa_log_debug("IO thread failed");
1708 pa_log_debug("IO thread shutting down");
1711 /* Run from main thread */
1714 pa_assert(!u->thread);
1725 if (!(u->thread = pa_thread_new("bluetooth", thread_func, u))) {
1726 pa_log_error("Failed to create IO thread");
1784 /* Run from main thread */
1797 if (u->thread) {
1799 pa_thread_free(u->thread);
1800 u->thread = NULL;
1878 /* Run from main thread */
1913 /* Run from main thread */
1925 /* Run from main thread */
2026 /* Run from main thread */
2131 /* Run from main thread */
2192 /* Run from main thread */
2287 /* Run from main thread */
2324 * state change message. In this case we explicitly need to signal the I/O thread to
2370 /* Run from main thread */
2403 /* Run from main thread */
2494 pa_log_info("Failed to start thread after codec switching");
2661 * The current profile needs to be saved before we stop the thread and
2700 /* Run from main thread context */
2710 pa_log_debug("Switching the profile to off due to IO thread failure.");
2723 * (I/O thread shutdown), transport_acquired will also be false. */