Searched refs:cancelbuf (Results 1 – 9 of 9) sorted by relevance
62 while (self->cancelbuf) { in __pthread_exit()63 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()64 void *x = self->cancelbuf->__x; in __pthread_exit()65 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit()166 cb->__next = self->cancelbuf; in __do_cleanup_push()167 self->cancelbuf = cb; in __do_cleanup_push()172 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
17 while (self->cancelbuf) { in __pthread_exit()18 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()19 void *x = self->cancelbuf->__x; in __pthread_exit()20 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit()
72 while (self->cancelbuf) { in __pthread_exit()73 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()74 void *x = self->cancelbuf->__x; in __pthread_exit()75 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit()172 cb->__next = self->cancelbuf; in __do_cleanup_push()173 self->cancelbuf = cb; in __do_cleanup_push()178 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
141 while (self->cancelbuf) { in __pthread_exit()142 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()143 void *x = self->cancelbuf->__x; in __pthread_exit()144 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit()244 cb->__next = self->cancelbuf; in __do_cleanup_push()245 self->cancelbuf = cb; in __do_cleanup_push()250 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
28 self->cancelbuf = 0; in cleanup_fromsig()
39 struct __ptcb *cancelbuf; member
40 struct __ptcb *cancelbuf; member
54 struct __ptcb *cancelbuf; member