Searched refs:dl_pthread_threads (Results 1 – 3 of 3) sorted by relevance
132 GL (dl_pthread_threads)[new->thread - 1] = NULL; in __pthread_alloc() local181 memcpy (threads, GL (dl_pthread_threads), in __pthread_alloc()186 old_threads = GL (dl_pthread_threads); in __pthread_alloc()190 GL (dl_pthread_threads) = threads; in __pthread_alloc()194 GL (dl_pthread_threads)[new->thread - 1] = NULL; in __pthread_alloc() local213 struct __pthread *t = GL (dl_pthread_threads)[i]; in __pthread_init_static_tls()
179 __t = GL (dl_pthread_threads)[thread - 1]; \185 GL (dl_pthread_threads)[thread - 1] = pthread; \
238 GL (dl_pthread_threads)[pthread->thread - 1] = pthread; in weak_alias() local
Completed in 7 milliseconds