Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Donce.h26 typedef struct pa_once { struct
29 } pa_once; argument
38 bool pa_once_begin(pa_once *o);
39 void pa_once_end(pa_once *o);
43 static pa_once _once = PA_ONCE_INIT; \
69 void pa_run_once(pa_once *o, pa_once_func_t f);
Donce.c31 bool pa_once_begin(pa_once *control) { in pa_once_begin()
54 void pa_once_end(pa_once *control) { in pa_once_end()
67 void pa_run_once(pa_once *control, pa_once_func_t func) { in pa_run_once()
Dflist.h49 pa_once once; \
Dthread.h61 pa_once once; \
Dthread-win32.c51 static pa_once thread_tls_once = PA_ONCE_INIT;
/third_party/pulseaudio/src/tests/
Donce-test.c42 static pa_once once = PA_ONCE_INIT;
Dthread-test.c44 static pa_once once = PA_ONCE_INIT;