Home
last modified time | relevance | path

Searched refs:pa_thread (Results 1 - 25 of 32) sorted by relevance

12

/third_party/pulseaudio/src/pulsecore/
H A Dthread-posix.c39 struct pa_thread { struct
53 pa_thread *t = p; in thread_free_cb()
67 pa_thread *t = userdata; in internal_thread_func()
87 pa_thread* pa_thread_new(const char *name, pa_thread_func_t thread_func, void *userdata) { in pa_thread_new()
88 pa_thread *t; in pa_thread_new()
92 t = pa_xnew0(pa_thread, 1); in pa_thread_new()
107 int pa_thread_is_running(pa_thread *t) { in pa_thread_is_running()
119 void pa_thread_free(pa_thread *t) { in pa_thread_free()
128 void pa_thread_free_nojoin(pa_thread *t) { in pa_thread_free_nojoin()
135 int pa_thread_join(pa_thread *
[all...]
H A Dthread-win32.c33 struct pa_thread { struct
60 pa_thread *t = param; in internal_thread_func()
71 pa_thread* pa_thread_new(const char *name, pa_thread_func_t thread_func, void *userdata) { in pa_thread_new()
72 pa_thread *t; in pa_thread_new()
77 t = pa_xnew(pa_thread, 1); in pa_thread_new()
91 int pa_thread_is_running(pa_thread *t) { in pa_thread_is_running()
102 void pa_thread_free(pa_thread *t) { in pa_thread_free()
110 void pa_thread_free_nojoin(pa_thread *t) { in pa_thread_free_nojoin()
117 int pa_thread_join(pa_thread *t) { in pa_thread_join()
126 pa_thread* pa_thread_sel
[all...]
H A Dthread.h34 typedef struct pa_thread pa_thread; typedef
38 pa_thread* pa_thread_new(const char *name, pa_thread_func_t thread_func, void *userdata);
39 void pa_thread_free(pa_thread *t);
40 void pa_thread_free_nojoin(pa_thread *t);
41 int pa_thread_join(pa_thread *t);
42 int pa_thread_is_running(pa_thread *t);
43 pa_thread *pa_thread_self(void);
46 void* pa_thread_get_data(pa_thread *t);
47 void pa_thread_set_data(pa_thread *
[all...]
H A Dlock-autospawn.c59 static pa_thread *thread = NULL;
/third_party/pulseaudio/src/tests/
H A Dlock-autospawn-test.c89 pa_thread *a, *b, *c, *d; in START_TEST()
H A Dasyncmsgq-test.c76 pa_thread *t; in START_TEST()
H A Dasyncq-test.c70 pa_thread *t1, *t2; in START_TEST()
H A Dflist-test.c82 pa_thread *threads[THREADS_MAX]; in main()
H A Donce-test.c90 pa_thread* threads[N_THREADS]; in START_TEST()
H A Datomic-test.c97 pa_thread *thread1, *thread2; in START_TEST()
H A Dthread-test.c96 pa_thread* t[THREADS_MAX]; in START_TEST()
/third_party/pulseaudio/src/pulse/
H A Dthread-mainloop.c49 pa_thread* thread;
/third_party/pulseaudio/src/modules/
H A Dmodule-sine-source.c60 pa_thread *thread;
H A Dmodule-null-source.c67 pa_thread *thread;
H A Dmodule-pipe-source.c70 pa_thread *thread;
H A Dmodule-null-sink.c68 pa_thread *thread;
H A Dmodule-esound-sink.c96 pa_thread *thread;
H A Dmodule-pipe-sink.c75 pa_thread *thread;
H A Dmodule-tunnel-sink-new.c93 pa_thread *thread;
H A Dmodule-tunnel-source-new.c91 pa_thread *thread;
H A Dmodule-waveout.c76 pa_thread *thread;
/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jack-sink.c94 pa_thread *thread;
H A Dmodule-jack-source.c82 pa_thread *thread;
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c83 pa_thread *thread;
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c86 pa_thread *thread;

Completed in 15 milliseconds

12