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

/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread_tsd.c61 // __pthread_tsd_end is the end of dynamic keys.
66 static const int __pthread_tsd_end = _INTERNAL_POSIX_THREAD_KEYS_END; variable
125 for (k = __pthread_tsd_start; k < __pthread_tsd_end; k++) {
143 if (key >= __pthread_tsd_start && key < __pthread_tsd_end) {
167 if (key >= __pthread_tsd_first && key < __pthread_tsd_end) {

Completed in 118 milliseconds