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

  /bionic/libc/netbsd/net/
reentrant.h 202 #define thr_getspecific(k) __libc_thr_getspecific((k)) macro
258 #define thr_getspecific(k)
  /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)
213 #define xthread_get_specific(k,vp) *(vp) = thr_getspecific(k)
  /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)
213 #define xthread_get_specific(k,vp) *(vp) = thr_getspecific(k)
  /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)
213 #define xthread_get_specific(k,vp) *(vp) = thr_getspecific(k)

Completed in 294 milliseconds