HomeSort by relevance Sort by last modified time
    Searched refs:xthread_get_specific (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xthreads.h 89 #define xthread_get_specific(k,vp) thr_getspecific(k,vp) macro
125 #define xthread_get_specific(k,vp) TlsGetValue(k) macro
182 #define xthread_get_specific(k,vp) *(vp) = tis_getspecific(k) macro
213 #define xthread_get_specific(k,vp) *(vp) = thr_getspecific(k) macro
240 #define xthread_get_specific(k,vp) *(vp) = pthread_getspecific(k) macro
249 #define xthread_get_specific(k,vp) pthread_getspecific(k,vp) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 89 #define xthread_get_specific(k,vp) thr_getspecific(k,vp) macro
125 #define xthread_get_specific(k,vp) TlsGetValue(k) macro
182 #define xthread_get_specific(k,vp) *(vp) = tis_getspecific(k) macro
213 #define xthread_get_specific(k,vp) *(vp) = thr_getspecific(k) macro
240 #define xthread_get_specific(k,vp) *(vp) = pthread_getspecific(k) macro
249 #define xthread_get_specific(k,vp) pthread_getspecific(k,vp) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 89 #define xthread_get_specific(k,vp) thr_getspecific(k,vp) macro
125 #define xthread_get_specific(k,vp) TlsGetValue(k) macro
182 #define xthread_get_specific(k,vp) *(vp) = tis_getspecific(k) macro
213 #define xthread_get_specific(k,vp) *(vp) = thr_getspecific(k) macro
240 #define xthread_get_specific(k,vp) *(vp) = pthread_getspecific(k) macro
249 #define xthread_get_specific(k,vp) pthread_getspecific(k,vp) macro

Completed in 22 milliseconds