Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c62 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()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c17 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()
/third_party/musl/src/thread/
Dpthread_create.c72 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()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c141 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()
/third_party/musl/src/time/
Dtimer_create.c28 self->cancelbuf = 0; in cleanup_fromsig()
/third_party/musl/src/internal/
Dpthread_impl.h39 struct __ptcb *cancelbuf; member
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h39 struct __ptcb *cancelbuf; member
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h40 struct __ptcb *cancelbuf; member
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h54 struct __ptcb *cancelbuf; member