Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
Dpthread_setcanceltype.c7 if (old) *old = self->cancelasync; in pthread_setcanceltype()
8 self->cancelasync = new; in pthread_setcanceltype()
Dpthread_cancel.c11 if (self->canceldisable == PTHREAD_CANCEL_ENABLE || self->cancelasync) in __cancel()
59 if (self->cancelasync || pc >= (uintptr_t)__cp_begin && pc < (uintptr_t)__cp_end) { in cancel_handler()
96 if (t->canceldisable == PTHREAD_CANCEL_ENABLE && t->cancelasync) in pthread_cancel()
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/src/time/
Dtimer_create.c30 self->cancelasync = 0; in cleanup_fromsig()
/third_party/musl/src/internal/
Dpthread_impl.h30 volatile unsigned char canceldisable, cancelasync; member
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h30 volatile unsigned char canceldisable, cancelasync; member
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h31 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.h45 volatile unsigned char canceldisable, cancelasync; member
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c138 self->cancelasync = 0; in __pthread_exit()