Searched refs:next (Results 1 – 2 of 2) sorted by relevance
119 struct __pthread *next, **prevp; member128 thread->next = *head; in __pthread_enqueue()131 (*head)->prevp = &thread->next; in __pthread_enqueue()142 if (thread->next) in __pthread_dequeue()143 thread->next->prevp = thread->prevp; in __pthread_dequeue()144 *thread->prevp = thread->next; in __pthread_dequeue()152 && ((__pdi_next = __pdi_next->next), \161 && ((__pdi_next = __pdi_next->next), \
62 new->next = 0; in initialize_pthread()83 for (new = __pthread_free_threads; new; new = new->next) in __pthread_alloc()
Completed in 4 milliseconds