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

  /src/lib/libc/include/
reentrant.h 119 #define thread_key_t pthread_key_t macro
191 int __libc_thr_keycreate(thread_key_t *, void (*)(void *));
192 int __libc_thr_setspecific(thread_key_t, const void *);
193 void *__libc_thr_getspecific(thread_key_t);
194 int __libc_thr_keydelete(thread_key_t);
257 int __libc_thr_keycreate_stub(thread_key_t *, void (*)(void *));
258 int __libc_thr_setspecific_stub(thread_key_t, const void *);
259 void *__libc_thr_getspecific_stub(thread_key_t);
260 int __libc_thr_keydelete_stub(thread_key_t);
  /src/external/gpl3/gdb/dist/gdb/nat/
glibc_thread_db.h 243 typedef pthread_key_t thread_key_t; typedef
250 typedef int td_key_iter_f (thread_key_t, void (*) (void *), void *);
449 const thread_key_t __tk, void **__data);
  /src/external/gpl3/gdb.old/dist/gdb/nat/
glibc_thread_db.h 243 typedef pthread_key_t thread_key_t; typedef
250 typedef int td_key_iter_f (thread_key_t, void (*) (void *), void *);
449 const thread_key_t __tk, void **__data);

Completed in 27 milliseconds