Home
last modified time | relevance | path

Searched refs:cancelasync (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/src/thread/
Dpthread_cancel.c12 if (self->canceldisable == PTHREAD_CANCEL_ENABLE || self->cancelasync) in __cancel()
61 if (self->cancelasync) { in cancel_handler()
67 if (self->cancelasync || pc >= (uintptr_t)__cp_begin && pc < (uintptr_t)__cp_end) { in cancel_handler()
104 if (t->canceldisable == PTHREAD_CANCEL_ENABLE && t->cancelasync) in pthread_cancel()
Dpthread_setcanceltype.c8 if (old) *old = self->cancelasync; in pthread_setcanceltype()
9 self->cancelasync = new; in pthread_setcanceltype()
Dpthread_create.c69 self->cancelasync = 0; in __pthread_exit()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_cancel.c11 if (self->canceldisable == PTHREAD_CANCEL_ENABLE || self->cancelasync) in __cancel()
53 if(self->cancelasync){ in cancel_handler()
84 if (t->canceldisable == PTHREAD_CANCEL_ENABLE && t->cancelasync) in pthread_cancel()
Dpthread_create.c59 self->cancelasync = 0; in __pthread_exit()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_setcanceltype.c8 if (old) *old = self->cancelasync; in pthread_setcanceltype()
9 self->cancelasync = new; in pthread_setcanceltype()
Dpthread_cancel.c12 if (self->canceldisable == PTHREAD_CANCEL_ENABLE || self->cancelasync) in __cancel()
60 if (self->cancelasync || pc >= (uintptr_t)__cp_begin && pc < (uintptr_t)__cp_end) { in cancel_handler()
97 if (t->canceldisable == PTHREAD_CANCEL_ENABLE && t->cancelasync) in pthread_cancel()
Dpthread_create.c151 self->cancelasync = 0; in __pthread_exit()
/third_party/musl/src/time/
Dtimer_create.c31 self->cancelasync = 0; in cleanup_fromsig()
/third_party/musl/porting/linux/user/src/time/
Dtimer_create.c31 self->cancelasync = 0; in cleanup_fromsig()
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h31 volatile unsigned char canceldisable, cancelasync; member
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h39 volatile unsigned char canceldisable, cancelasync; member
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c14 self->cancelasync = 0; in __pthread_exit()
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h59 volatile unsigned char canceldisable, cancelasync; member
/third_party/musl/src/internal/
Dpthread_impl.h46 volatile unsigned char canceldisable, cancelasync; member
/third_party/musl/src/thread/liteos_a/
Dpthread_create.c59 self->cancelasync = 0; in __pthread_exit()
/third_party/musl/src/thread/linux/
Dpthread_create.c151 self->cancelasync = 0; in __pthread_exit()