Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXthreads.h86 # define xthread_get_specific(k,vp) thr_getspecific(k,vp) macro
122 # define xthread_get_specific(k,vp) TlsGetValue(k) macro
179 # define xthread_get_specific(k,vp) *(vp) = tis_getspecific(k) macro
210 # define xthread_get_specific(k,vp) *(vp) = thr_getspecific(k) macro
237 # define xthread_get_specific(k,vp) *(vp) = pthread_getspecific(k) macro
246 # define xthread_get_specific(k,vp) pthread_getspecific(k,vp) macro