Searched refs:thr_keycreate (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/dtrace-147/libelf/
H A Derror.c30 #define thr_keycreate pthread_key_create /* In lieu of Solaris <thread.h> */ macro
100 error = thr_keycreate(&key, destructor);
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A Dreentrant.h126 #define thr_keycreate(k, d) _pthread_key_create(k, d) macro
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dstrsignal.c57 sig_keycreated = (thr_keycreate(&sig_key, free) == 0);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_thr.c165 return thr_keycreate( key, NULL );
/macosx-10.10.1/Heimdal-398.1.2/include/
H A Dheim_threads.h79 #define HEIMDAL_key_create(k,d,r) do { r = thr_keycreate(k,d); } while(0)

Completed in 373 milliseconds