Searched refs:threads (Results 1 – 1 of 1) sorted by relevance
77 struct __pthread **threads; in __pthread_alloc() local160 threads = malloc (new_max_threads * sizeof (struct __pthread *)); in __pthread_alloc()161 if (threads == NULL) in __pthread_alloc()176 free (threads); in __pthread_alloc()181 memcpy (threads, GL (dl_pthread_threads), in __pthread_alloc()190 GL (dl_pthread_threads) = threads; in __pthread_alloc()
Completed in 4 milliseconds