Home
last modified time | relevance | path

Searched refs:pa_thread_new (Results 1 – 25 of 33) sorted by relevance

12

/third_party/pulseaudio/src/tests/
Dlock-autospawn-test.c91 pa_assert_se((a = pa_thread_new("test1", thread_func, PA_INT_TO_PTR(1)))); in START_TEST()
92 pa_assert_se((b = pa_thread_new("test2", thread_func2, PA_INT_TO_PTR(2)))); in START_TEST()
93 pa_assert_se((c = pa_thread_new("test3", thread_func2, PA_INT_TO_PTR(3)))); in START_TEST()
94 pa_assert_se((d = pa_thread_new("test4", thread_func, PA_INT_TO_PTR(4)))); in START_TEST()
Dasyncq-test.c78 t1 = pa_thread_new("producer", producer, q); in START_TEST()
80 t2 = pa_thread_new("consumer", consumer, q); in START_TEST()
Datomic-test.c104 thread1 = pa_thread_new("left", &write_func, &io1); in START_TEST()
108 thread2 = pa_thread_new("right", &read_func, &io2); in START_TEST()
Dflist-test.c88 threads[i] = pa_thread_new("test", thread_func, pa_sprintf_malloc("Thread #%i", i+1)); in main()
Drtstutter.c122 pa_assert_se(pa_thread_new("rtstutter", work, PA_UINT_TO_PTR(n))); in main()
Dasyncmsgq-test.c81 t = pa_thread_new("test", the_thread, q); in START_TEST()
Donce-test.c102 threads[i] = pa_thread_new("once", thread_func, pa_sprintf_malloc("Thread #%i", i+1)); in START_TEST()
Dthread-test.c107 t[i] = pa_thread_new("test", thread_func, pa_sprintf_malloc("Thread #%i", i+1)); in START_TEST()
/third_party/pulseaudio/src/pulsecore/
Dthread.h38 pa_thread* pa_thread_new(const char *name, pa_thread_func_t thread_func, void *userdata);
Dthread-win32.c71 pa_thread* pa_thread_new(const char *name, pa_thread_func_t thread_func, void *userdata) { in pa_thread_new() function
Dthread-posix.c87 pa_thread* pa_thread_new(const char *name, pa_thread_func_t thread_func, void *userdata) { in pa_thread_new() function
Dlock-autospawn.c257 if (!(thread = pa_thread_new("autospawn", thread_func, NULL))) in start_thread()
/third_party/pulseaudio/src/pulse/
Dthread-mainloop.c153 if (!(m->thread = pa_thread_new(m->name ? m->name : "threaded-ml", thread, m))) in pa_threaded_mainloop_start()
/third_party/pulseaudio/src/modules/
Dmodule-null-source.c256 if (!(u->thread = pa_thread_new("null-source", thread_func, u))) { in pa__init()
Dmodule-sine-source.c276 if (!(u->thread = pa_thread_new("sine-source", thread_func, u))) { in pa__init()
Dmodule-pipe-source.c305 if (!(u->thread = pa_thread_new("pipe-source", thread_func, u))) { in pa__init()
Dmodule-null-sink.c399 if (!(u->thread = pa_thread_new("null-sink", thread_func, u))) { in pa__init()
Dmodule-tunnel-sink-new.c570 if (!(u->thread = pa_thread_new("tunnel-sink", thread_func, u))) { in pa__init()
Dmodule-tunnel-source-new.c564 if (!(u->thread = pa_thread_new("tunnel-source", thread_func, u))) { in pa__init()
Dmodule-pipe-sink.c548 if (!(u->thread = pa_thread_new("pipe-sink", thread_routine, u))) { in pa__init()
Dmodule-esound-sink.c660 if (!(u->thread = pa_thread_new("esound-sink", thread_func, u))) { in pa__init()
Dmodule-waveout.c745 if (!(u->thread = pa_thread_new("waveout", thread_func, u))) { in pa__init()
/third_party/pulseaudio/src/modules/jack/
Dmodule-jack-source.c372 if (!(u->thread = pa_thread_new("jack-source", thread_func, u))) { in pa__init()
Dmodule-jack-sink.c432 if (!(u->thread = pa_thread_new("jack-sink", thread_func, u))) { in pa__init()
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c894 if (!(u->thread = pa_thread_new(thread_name, thread_func, u))) { in pa_raop_sink_new()

12