Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Donce.h26 typedef struct pa_once { struct
29 } pa_once; typedef
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);
H A 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()
H A Dflist.h49 pa_once once; \
H A Dthread.h61 pa_once once; \
H A Dthread-win32.c51 static pa_once thread_tls_once = PA_ONCE_INIT;
/third_party/pulseaudio/src/tests/
H A Donce-test.c42 static pa_once once = PA_ONCE_INIT;
H A Dthread-test.c44 static pa_once once = PA_ONCE_INIT;

Completed in 3 milliseconds