Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_cancel.c11 if (self->canceldisable == PTHREAD_CANCEL_ENABLE || self->cancelasync) in __cancel()
13 self->canceldisable = PTHREAD_CANCEL_DISABLE; in __cancel()
29 if ((st=(self=__pthread_self())->canceldisable) in __syscall_cp_c()
35 self->canceldisable != PTHREAD_CANCEL_DISABLE) in __syscall_cp_c()
52 if (!self->cancel || self->canceldisable == PTHREAD_CANCEL_DISABLE) return; in cancel_handler()
61 if (self->cancel && !self->canceldisable) in __testcancel()
84 if (t->canceldisable == PTHREAD_CANCEL_ENABLE && t->cancelasync) in pthread_cancel()
Dpthread_create.c58 self->canceldisable = 1; in __pthread_exit()
/third_party/musl/src/thread/
Dpthread_cancel.c11 if (self->canceldisable == PTHREAD_CANCEL_ENABLE || self->cancelasync) in __cancel()
13 self->canceldisable = PTHREAD_CANCEL_DISABLE; in __cancel()
29 if ((st=(self=__pthread_self())->canceldisable) in __syscall_cp_c()
35 self->canceldisable != PTHREAD_CANCEL_DISABLE) in __syscall_cp_c()
55 if (!self->cancel || self->canceldisable == PTHREAD_CANCEL_DISABLE) return; in cancel_handler()
73 if (self->cancel && !self->canceldisable) in __testcancel()
96 if (t->canceldisable == PTHREAD_CANCEL_ENABLE && t->cancelasync) in pthread_cancel()
Dpthread_setcancelstate.c7 if (old) *old = self->canceldisable; in __pthread_setcancelstate()
8 self->canceldisable = new; in __pthread_setcancelstate()
Dpthread_create.c68 self->canceldisable = 1; in __pthread_exit()
/third_party/musl/src/time/
Dtimer_create.c29 self->canceldisable = 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.c13 self->canceldisable = 1; 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.c137 self->canceldisable = 1; in __pthread_exit()