Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dtimer_delete.c44 struct timer *prevp = __timer_active_sigev_thread; in ___timer_delete() local
45 while (prevp->next != NULL) in ___timer_delete()
46 if (prevp->next == kt) in ___timer_delete()
48 prevp->next = kt->next; in ___timer_delete()
52 prevp = prevp->next; in ___timer_delete()
/sysdeps/mach/hurd/htl/
A Dpt-hurd-cond-timedwait.c62 unblock = self->prevp != NULL; in __pthread_hurd_cond_timedwait_internal()
131 if (self->prevp == NULL) in __pthread_hurd_cond_timedwait_internal()
/sysdeps/htl/
A Dpt-cond-timedwait.c68 unblock = wakeup->prevp != NULL; in cancel_hook()
162 if (self->prevp == NULL) in __pthread_cond_timedwait_internal()
A Dpt-rwlock-timedwrlock.c73 if (self->prevp == NULL) in __pthread_rwlock_timedwrlock_internal()
A Dpt-rwlock-timedrdlock.c87 if (self->prevp == NULL) in __pthread_rwlock_timedrdlock_internal()
/sysdeps/mach/hurd/i386/
A Dtrampoline.c202 stackframe->link.resource.prevp = NULL; in _hurd_setup_sighandler()
204 stackframe->link.thread.prevp = &ss->active_resources; in _hurd_setup_sighandler()
206 stackframe->link.thread.next->thread.prevp in _hurd_setup_sighandler()

Completed in 8 milliseconds