Home
last modified time | relevance | path

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

12

/third_party/pulseaudio/src/pulsecore/
Dthread-posix.c39 struct pa_thread { struct
53 pa_thread *t = p; in thread_free_cb() argument
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 *t) { in pa_thread_join()
[all …]
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 *t, void *userdata);
49 const char *pa_thread_get_name(pa_thread *t);
[all …]
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_self(void) { in pa_thread_self()
[all …]
Dlock-autospawn.c59 static pa_thread *thread = NULL;
/third_party/pulseaudio/src/tests/
Dflist-test.c82 pa_thread *threads[THREADS_MAX]; in main()
Dasyncq-test.c70 pa_thread *t1, *t2; in START_TEST()
Dasyncmsgq-test.c76 pa_thread *t; in START_TEST()
Dlock-autospawn-test.c89 pa_thread *a, *b, *c, *d; in START_TEST()
Donce-test.c92 pa_thread* threads[N_THREADS]; in START_TEST()
Datomic-test.c90 pa_thread *thread1, *thread2; in START_TEST()
Dthread-test.c96 pa_thread* t[THREADS_MAX]; in START_TEST()
/third_party/pulseaudio/src/pulse/
Dthread-mainloop.c49 pa_thread* thread;
/third_party/pulseaudio/src/modules/
Dmodule-null-source.c66 pa_thread *thread;
Dmodule-sine-source.c60 pa_thread *thread;
Dmodule-pipe-source.c70 pa_thread *thread;
Dmodule-null-sink.c68 pa_thread *thread;
Dmodule-tunnel-sink-new.c72 pa_thread *thread;
Dmodule-tunnel-source-new.c70 pa_thread *thread;
Dmodule-pipe-sink.c75 pa_thread *thread;
Dmodule-esound-sink.c90 pa_thread *thread;
Dmodule-waveout.c74 pa_thread *thread;
/third_party/pulseaudio/src/modules/jack/
Dmodule-jack-source.c78 pa_thread *thread;
Dmodule-jack-sink.c90 pa_thread *thread;
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c78 pa_thread *thread;
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c86 pa_thread *thread;

12