Searched refs:xthread_set_specific (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xthreads.h | 85 # define xthread_set_specific(k,v) thr_setspecific(k,v) macro 121 # define xthread_set_specific(k,v) TlsSetValue(k,v) macro 178 # define xthread_set_specific(k,v) tis_setspecific(k,v) macro 209 # define xthread_set_specific(k,v) thr_setspecific(k,v) macro 230 # define xthread_set_specific(k,v) pthread_setspecific(k,v) macro
|