Lines Matching defs:t
53 pa_thread *t = p; in thread_free_cb() local
67 pa_thread *t = userdata; in internal_thread_func() local
88 pa_thread *t; in pa_thread_new() local
107 int pa_thread_is_running(pa_thread *t) { in pa_thread_is_running()
119 void pa_thread_free(pa_thread *t) { in pa_thread_free()
128 void pa_thread_free_nojoin(pa_thread *t) { in pa_thread_free_nojoin()
135 int pa_thread_join(pa_thread *t) { in pa_thread_join()
147 pa_thread *t; in pa_thread_self() local
165 void* pa_thread_get_data(pa_thread *t) { in pa_thread_get_data()
171 void pa_thread_set_data(pa_thread *t, void *userdata) { in pa_thread_set_data()
177 void pa_thread_set_name(pa_thread *t, const char *name) { in pa_thread_set_name()
190 const char *pa_thread_get_name(pa_thread *t) { in pa_thread_get_name()
223 pa_tls *t; in pa_tls_new() local
235 void pa_tls_free(pa_tls *t) { in pa_tls_free()
242 void *pa_tls_get(pa_tls *t) { in pa_tls_get()
248 void *pa_tls_set(pa_tls *t, void *userdata) { in pa_tls_set()