Searched refs:SIGCANCEL (Results 1 – 16 of 16) sorted by relevance
/third_party/musl/src/thread/ |
D | pthread_cancel.c | 57 _sigaddset(&uc->uc_sigmask, SIGCANCEL); in cancel_handler() 67 __syscall(SYS_tkill, self->tid, SIGCANCEL); in cancel_handler() 84 __libc_sigaction(SIGCANCEL, &sa, 0); in init_cancellation() 100 return pthread_kill(t, SIGCANCEL); in pthread_cancel()
|
D | pthread_create.c | 355 args->sig_mask[(SIGCANCEL-1)/8/sizeof(long)] &= in __pthread_create() 356 ~(1UL<<((SIGCANCEL-1)%(8*sizeof(long)))); in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_cancel.c | 58 _sigaddset(&uc->uc_sigmask, SIGCANCEL); in cancel_handler() 68 __syscall(SYS_tkill, self->tid, SIGCANCEL); in cancel_handler() 85 __libc_sigaction(SIGCANCEL, &sa, 0); in init_cancellation() 101 return pthread_kill(t, SIGCANCEL); in pthread_cancel()
|
D | pthread_create.c | 452 args->sig_mask[(SIGCANCEL-1)/8/sizeof(long)] &= in __pthread_create() 453 ~(1UL<<((SIGCANCEL-1)%(8*sizeof(long)))); in __pthread_create()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_cancel.c | 72 __libc_sigaction(SIGCANCEL, &sa, 0); in init_cancellation() 88 return pthread_kill(t, SIGCANCEL); in pthread_cancel()
|
D | pthread_create.c | 336 args->sig_mask[(SIGCANCEL-1)/8/sizeof(long)] &= in __pthread_create() 337 ~(1UL<<((SIGCANCEL-1)%(8*sizeof(long)))); in __pthread_create()
|
/third_party/ltp/testcases/kernel/syscalls/sigrelse/ |
D | sigrelse01.c | 120 #define SIGCANCEL 32 macro 734 case SIGCANCEL: in choose_sig()
|
/third_party/musl/porting/linux/user/src/mq/ |
D | mq_notify.c | 71 __syscall(SYS_tkill, td->tid, SIGCANCEL); in mq_notify()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | pthread_impl.h | 68 #define SIGCANCEL 33 macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | pthread_impl.h | 68 #define SIGCANCEL 33 macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 71 #define SIGCANCEL 33 macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 117 #define SIGCANCEL 33 macro
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 131 #define SIGCANCEL 33 macro
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 130 #define SIGCANCEL 33 macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 163 #define SIGCANCEL 33 macro
|
/third_party/musl/porting/linux/user/src/aio/ |
D | aio.c | 385 __syscall(SYS_tkill, p->td->tid, SIGCANCEL); in aio_cancel()
|