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

/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A Dreentrant.h127 #define thr_setspecific(k, p) _pthread_setspecific(k, p)
H A D_fbsd_compat_.h118 #define _pthread_setspecific pthread_setspecific macro
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dttyname.c158 if (_pthread_setspecific(ttyname_key, buf) != 0) {
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dlocaltime.c1541 _pthread_setspecific(localtime_key, p_tm);
1683 _pthread_setspecific(gmtime_key, p_tm);

Completed in 92 milliseconds