Searched refs:thread_key_t (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/dtrace-147/libelf/
H A Derror.c74 static thread_key_t errkey = THR_ONCE_KEY;
75 static thread_key_t bufkey = THR_ONCE_KEY;
87 static thread_key_t errkey = 0;
88 static thread_key_t bufkey = 0;
91 thr_keycreate_once(thread_key_t *keyp, void (*destructor)(void *))
94 thread_key_t key;
H A Ddecl.h44 typedef pthread_key_t thread_key_t; typedef
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A Dreentrant.h98 #define thread_key_t pthread_key_t macro
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dstrsignal.c51 static thread_key_t sig_key;
/macosx-10.10.1/Heimdal-398.1.2/include/
H A Dheim_threads.h78 #define HEIMDAL_thread_key thread_key_t
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_int_thread.h150 typedef thread_key_t ldap_int_thread_key_t;

Completed in 110 milliseconds