Searched refs:pa_run_once (Results 1 – 7 of 7) sorted by relevance
63 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()
69 void pa_run_once(pa_once *o, pa_once_func_t f);
67 void pa_run_once(pa_once *control, pa_once_func_t func) { in pa_run_once() function
56 pa_run_once(&name##_flist.once, name##_flist_init); \
71 pa_run_once(&name##_tls.once, name##_tls_init); \
81 pa_run_once(&once, once_func); in thread_func()
74 pa_run_once(&once, once_func); in thread_func()