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

  /bionic/libc/netbsd/net/
reentrant.h 126 #define thread_key_t pthread_key_t macro
194 int __libc_thr_keycreate(thread_key_t *, void (*)(void *));
195 int __libc_thr_setspecific(thread_key_t, const void *);
196 void *__libc_thr_getspecific(thread_key_t);
197 int __libc_thr_keydelete(thread_key_t);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
thread_db.h 244 typedef pthread_key_t thread_key_t; typedef
251 typedef int td_key_iter_f (thread_key_t, void (*) (void *), void *);
450 const thread_key_t __tk, void **__data);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
thread_db.h 244 typedef pthread_key_t thread_key_t; typedef
251 typedef int td_key_iter_f (thread_key_t, void (*) (void *), void *);
450 const thread_key_t __tk, void **__data);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
thread_db.h 244 typedef pthread_key_t thread_key_t; typedef
251 typedef int td_key_iter_f (thread_key_t, void (*) (void *), void *);
450 const thread_key_t __tk, void **__data);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xthreads.h 70 typedef thread_key_t xthread_key_t;
201 typedef thread_key_t xthread_key_t;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 70 typedef thread_key_t xthread_key_t;
201 typedef thread_key_t xthread_key_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 70 typedef thread_key_t xthread_key_t;
201 typedef thread_key_t xthread_key_t;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h 234 #define THREAD_KEY_T thread_key_t
241 extern THREAD_KEY_T threadid_key;
242 extern THREAD_KEY_T cpuid_key;
243 extern THREAD_KEY_T last_thread_key;

Completed in 828 milliseconds