| Xthreads.h | 86 # define xthread_get_specific(k,vp) thr_getspecific(k,vp) macro 123 # define xthread_get_specific(k,vp) TlsGetValue(k) macro 180 # define xthread_get_specific(k,vp) *(vp) = tis_getspecific(k) macro 211 # define xthread_get_specific(k,vp) *(vp) = thr_getspecific(k) macro 238 # define xthread_get_specific(k,vp) *(vp) = pthread_getspecific(k) macro 247 # define xthread_get_specific(k,vp) pthread_getspecific(k,vp) macro
|