/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 | 481 args->sig_mask[(SIGCANCEL-1)/8/sizeof(long)] &= in __pthread_create() 482 ~(1UL<<((SIGCANCEL-1)%(8*sizeof(long)))); in __pthread_create()
|
/third_party/musl/src/thread/ |
D | pthread_cancel.c | 65 _sigaddset(&uc->uc_sigmask, SIGCANCEL); in cancel_handler() 74 __syscall(SYS_tkill, self->tid, SIGCANCEL); in cancel_handler() 92 __libc_sigaction(SIGCANCEL, &sa, 0); in init_cancellation() 108 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/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/src/thread/liteos_a/ |
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/musl/src/mq/ |
D | mq_notify.c | 83 __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/src/thread/linux/ |
D | pthread_create.c | 481 args->sig_mask[(SIGCANCEL-1)/8/sizeof(long)] &= in __pthread_create() 482 ~(1UL<<((SIGCANCEL-1)%(8*sizeof(long)))); in __pthread_create()
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 131 #define SIGCANCEL 33 macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 183 #define SIGCANCEL 33 macro
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 167 #define SIGCANCEL 33 macro
|
/third_party/musl/src/aio/ |
D | aio.c | 392 __syscall(SYS_tkill, p->td->tid, SIGCANCEL); in aio_cancel()
|
/third_party/musl/porting/linux/user/src/aio/ |
D | aio.c | 385 __syscall(SYS_tkill, p->td->tid, SIGCANCEL); in aio_cancel()
|