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/
H A 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()
H A Dasyncq-test.c78 t1 = pa_thread_new("producer", producer, q); in START_TEST()
80 t2 = pa_thread_new("consumer", consumer, q); in START_TEST()
H A Datomic-test.c111 thread1 = pa_thread_new("left", &write_func, &io1); in START_TEST()
115 thread2 = pa_thread_new("right", &read_func, &io2); in START_TEST()
H A Drtstutter.c120 pa_assert_se(pa_thread_new("rtstutter", work, PA_UINT_TO_PTR(n))); in main()
H A Dasyncmsgq-test.c81 t = pa_thread_new("test", the_thread, q); in START_TEST()
H A Dflist-test.c88 threads[i] = pa_thread_new("test", thread_func, pa_sprintf_malloc("Thread #%i", i+1)); in main()
H A Donce-test.c100 threads[i] = pa_thread_new("once", thread_func, pa_sprintf_malloc("Thread #%i", i+1)); in START_TEST()
H A 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/
H A Dthread.h38 pa_thread* pa_thread_new(const char *name, pa_thread_func_t thread_func, void *userdata);
H A Dthread-win32.c71 pa_thread* pa_thread_new(const char *name, pa_thread_func_t thread_func, void *userdata) { in pa_thread_new() function
H A Dthread-posix.c87 pa_thread* pa_thread_new(const char *name, pa_thread_func_t thread_func, void *userdata) { in pa_thread_new() function
H A Dlock-autospawn.c257 if (!(thread = pa_thread_new("autospawn", thread_func, NULL))) in start_thread()
/third_party/pulseaudio/src/pulse/
H A Dthread-mainloop.c145 if (!(m->thread = pa_thread_new(m->name ? m->name : "threaded-ml", thread, m))) in pa_threaded_mainloop_start()
/third_party/pulseaudio/src/modules/
H A Dmodule-sine-source.c276 if (!(u->thread = pa_thread_new("sine-source", thread_func, u))) { in pa__init()
H A Dmodule-null-source.c269 if (!(u->thread = pa_thread_new("null-source", thread_func, u))) { in pa__init()
H A Dmodule-pipe-source.c303 if (!(u->thread = pa_thread_new("pipe-source", thread_func, u))) { in pa__init()
H A Dmodule-null-sink.c424 if (!(u->thread = pa_thread_new("null-sink", thread_func, u))) { in pa__init()
H A Dmodule-esound-sink.c703 if (!(u->thread = pa_thread_new("esound-sink", thread_func, u))) { in pa__init()
H A Dmodule-pipe-sink.c545 if (!(u->thread = pa_thread_new("pipe-sink", thread_routine, u))) { in pa__init()
H A Dmodule-tunnel-sink-new.c727 if (!(u->thread = pa_thread_new("tunnel-sink", thread_func, u))) { in do_init()
H A Dmodule-tunnel-source-new.c696 if (!(u->thread = pa_thread_new("tunnel-source", thread_func, u))) { in do_init()
H A Dmodule-waveout.c812 if (!(u->thread = pa_thread_new("waveout", thread_func, u))) { in pa__init()
/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jack-sink.c449 if (!(u->thread = pa_thread_new("jack-sink", thread_func, u))) { in pa__init()
H A Dmodule-jack-source.c389 if (!(u->thread = pa_thread_new("jack-source", thread_func, u))) { in pa__init()
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c931 if (!(u->thread = pa_thread_new(thread_name, thread_func, u))) { in pa_raop_sink_new()

Completed in 17 milliseconds

12