Home
last modified time | relevance | path

Searched refs:pa_run_once (Results 1 – 7 of 7) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dthread-win32.c63 pa_run_once(&thread_tls_once, thread_tls_once_func); in internal_thread_func()
127 pa_run_once(&thread_tls_once, thread_tls_once_func); in pa_thread_self()
Donce.h69 void pa_run_once(pa_once *o, pa_once_func_t f);
Donce.c67 void pa_run_once(pa_once *control, pa_once_func_t func) { in pa_run_once() function
Dflist.h56 pa_run_once(&name##_flist.once, name##_flist_init); \
Dthread.h71 pa_run_once(&name##_tls.once, name##_tls_init); \
/third_party/pulseaudio/src/tests/
Donce-test.c81 pa_run_once(&once, once_func); in thread_func()
Dthread-test.c74 pa_run_once(&once, once_func); in thread_func()