Searched refs:pa_thread (Results 1 - 25 of 32) sorted by relevance
12
/third_party/pulseaudio/src/pulsecore/ |
H A D | thread-posix.c | 39 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 D | thread-win32.c | 33 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 D | thread.h | 34 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 D | lock-autospawn.c | 59 static pa_thread *thread = NULL;
|
/third_party/pulseaudio/src/tests/ |
H A D | lock-autospawn-test.c | 89 pa_thread *a, *b, *c, *d; in START_TEST()
|
H A D | asyncmsgq-test.c | 76 pa_thread *t; in START_TEST()
|
H A D | asyncq-test.c | 70 pa_thread *t1, *t2; in START_TEST()
|
H A D | flist-test.c | 82 pa_thread *threads[THREADS_MAX]; in main()
|
H A D | once-test.c | 90 pa_thread* threads[N_THREADS]; in START_TEST()
|
H A D | atomic-test.c | 97 pa_thread *thread1, *thread2; in START_TEST()
|
H A D | thread-test.c | 96 pa_thread* t[THREADS_MAX]; in START_TEST()
|
/third_party/pulseaudio/src/pulse/ |
H A D | thread-mainloop.c | 49 pa_thread* thread;
|
/third_party/pulseaudio/src/modules/ |
H A D | module-sine-source.c | 60 pa_thread *thread;
|
H A D | module-null-source.c | 67 pa_thread *thread;
|
H A D | module-pipe-source.c | 70 pa_thread *thread;
|
H A D | module-null-sink.c | 68 pa_thread *thread;
|
H A D | module-esound-sink.c | 96 pa_thread *thread;
|
H A D | module-pipe-sink.c | 75 pa_thread *thread;
|
H A D | module-tunnel-sink-new.c | 93 pa_thread *thread;
|
H A D | module-tunnel-source-new.c | 91 pa_thread *thread;
|
H A D | module-waveout.c | 76 pa_thread *thread;
|
/third_party/pulseaudio/src/modules/jack/ |
H A D | module-jack-sink.c | 94 pa_thread *thread;
|
H A D | module-jack-source.c | 82 pa_thread *thread;
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-sink.c | 83 pa_thread *thread;
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-device.c | 86 pa_thread *thread;
|
Completed in 15 milliseconds
12