HomeSort by: relevance | last modified time | path
    Searched defs:xthread_get_specific (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/xorgproto/dist/include/X11/
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

Completed in 23 milliseconds