Searched refs:_pthread_getspecific (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A Dreentrant.h128 #define thr_getspecific(k) _pthread_getspecific(k)
H A D_fbsd_compat_.h97 #define _pthread_getspecific pthread_getspecific macro
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dttyname.c156 if ((buf = _pthread_getspecific(ttyname_key)) == NULL) {
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dlocaltime.c1536 p_tm = _pthread_getspecific(localtime_key);
1678 if ((p_tm = _pthread_getspecific(gmtime_key)) == NULL) {

Completed in 141 milliseconds