Home
last modified time | relevance | path

Searched refs:pa_tls_get (Results 1 - 4 of 4) sorted by relevance

/third_party/pulseaudio/src/tests/
H A Dthread-test.c49 pa_log_info("thread_func() for %s starting...", (char*) pa_tls_get(tls)); in thread_func()
56 pa_log_info("%s waiting ...", (char*) pa_tls_get(tls)); in thread_func()
78 pa_log_info("%s got number %i", (char*) pa_tls_get(tls), k); in thread_func()
91 pa_log_info("thread_func() for %s done...", (char*) pa_tls_get(tls)); in thread_func()
/third_party/pulseaudio/src/pulsecore/
H A Dthread.h56 void * pa_tls_get(pa_tls *t);
83 if ((p = pa_tls_get(name##_tls.tls))) \
89 return pa_tls_get(name##_tls_obj()); \
H A Dthread-win32.c128 return pa_tls_get(thread_tls); in pa_thread_self()
193 void *pa_tls_get(pa_tls *t) { in pa_tls_get() function
217 m = pa_tls_get(monitor_tls); in pa_tls_set()
H A Dthread-posix.c242 void *pa_tls_get(pa_tls *t) { in pa_tls_get() function

Completed in 2 milliseconds