Searched refs:xthread_get_specific (Results 1 – 1 of 1) sorted by relevance
86 # define xthread_get_specific(k,vp) thr_getspecific(k,vp) macro122 # define xthread_get_specific(k,vp) TlsGetValue(k) macro179 # define xthread_get_specific(k,vp) *(vp) = tis_getspecific(k) macro210 # define xthread_get_specific(k,vp) *(vp) = thr_getspecific(k) macro237 # define xthread_get_specific(k,vp) *(vp) = pthread_getspecific(k) macro246 # define xthread_get_specific(k,vp) pthread_getspecific(k,vp) macro