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

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
reentrant.h 125 #define thread_key_t pthread_key_t macro
193 int __libc_thr_keycreate(thread_key_t *, void (*)(void *));
194 int __libc_thr_setspecific(thread_key_t, const void *);
195 void *__libc_thr_getspecific(thread_key_t);
196 int __libc_thr_keydelete(thread_key_t);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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);

Completed in 182 milliseconds