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

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A 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

Completed in 32 milliseconds