Home
last modified time | relevance | path

Searched refs:PA_STATIC_TLS_SET (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dthread-posix.c78 PA_STATIC_TLS_SET(current_thread, t); in internal_thread_func()
160 PA_STATIC_TLS_SET(current_thread, t); in pa_thread_self()
Dcore-error.c75 PA_STATIC_TLS_SET(cstrerror, translated); in pa_cstrerror()
Dthread.h115 #define PA_STATIC_TLS_SET(name, p) (name##_tls_set(p)) macro
Dthread-mq.c218 PA_STATIC_TLS_SET(thread_mq, q); in pa_thread_mq_install()
Dcore-util.c1020 PA_STATIC_TLS_SET(signame, t); in pa_sig2str()
1114 PA_STATIC_TLS_SET(signame, t); in pa_sig2str()
1125 PA_STATIC_TLS_SET(signame, t); in pa_sig2str()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c1584 PA_STATIC_TLS_SET(cstrerror, translated); in pa_alsa_strerror()