Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 1 of 1) sorted by relevance

/htl/
A Dpt-alloc.c77 struct __pthread **threads; in __pthread_alloc() local
160 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