Searched refs:pa_once (Results 1 – 7 of 7) sorted by relevance
26 typedef struct pa_once { struct29 } pa_once; argument38 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);
31 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()
49 pa_once once; \
61 pa_once once; \
51 static pa_once thread_tls_once = PA_ONCE_INIT;
42 static pa_once once = PA_ONCE_INIT;
44 static pa_once once = PA_ONCE_INIT;