Searched refs:prevp (Results 1 – 2 of 2) sorted by relevance
119 struct __pthread *next, **prevp; member126 assert (thread->prevp == 0); in __pthread_enqueue()129 thread->prevp = head; in __pthread_enqueue()131 (*head)->prevp = &thread->next; in __pthread_enqueue()140 assert (thread->prevp); in __pthread_dequeue()143 thread->next->prevp = thread->prevp; in __pthread_dequeue()144 *thread->prevp = thread->next; in __pthread_dequeue()145 thread->prevp = 0; in __pthread_dequeue()162 ((element)->prevp = 0), \
63 new->prevp = 0; in initialize_pthread()
Completed in 5 milliseconds