Home
last modified time | relevance | path

Searched refs:SIGCANCEL (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/src/thread/
H A Dpthread_cancel.c65 _sigaddset(&uc->uc_sigmask, SIGCANCEL); in cancel_handler()
79 __syscall(SYS_tkill, self->tid, SIGCANCEL); in cancel_handler()
97 __libc_sigaction(SIGCANCEL, &sa, 0); in init_cancellation()
113 return pthread_kill(t, SIGCANCEL); in pthread_cancel()
H A Dpthread_create.c355 /* Ensure SIGCANCEL is unblocked in new thread. This requires in __pthread_create()
359 args->sig_mask[(SIGCANCEL-1)/8/sizeof(long)] &= in __pthread_create()
360 ~(1UL<<((SIGCANCEL-1)%(8*sizeof(long)))); in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_cancel.c58 _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()
H A Dpthread_create.c477 /* Ensure SIGCANCEL is unblocked in new thread. This requires in __pthread_create()
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/thread/
H A Dpthread_cancel.c72 __libc_sigaction(SIGCANCEL, &sa, 0); in init_cancellation()
88 return pthread_kill(t, SIGCANCEL); in pthread_cancel()
H A Dpthread_create.c332 /* Ensure SIGCANCEL is unblocked in new thread. This requires in __pthread_create()
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/porting/linux/user/src/mq/
H A Dmq_notify.c71 __syscall(SYS_tkill, td->tid, SIGCANCEL); in mq_notify()
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c332 /* Ensure SIGCANCEL is unblocked in new thread. This requires in __pthread_create()
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/
H A Dsigrelse01.c120 #define SIGCANCEL 32 macro
734 case SIGCANCEL: in choose_sig()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dpthread_impl.h68 #define SIGCANCEL 33 macro
/third_party/musl/src/mq/
H A Dmq_notify.c98 __syscall(SYS_tkill, td->tid, SIGCANCEL); in mq_notify()
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dpthread_impl.h68 #define SIGCANCEL 33 macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dpthread_impl.h71 #define SIGCANCEL 33 macro
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h117 #define SIGCANCEL 33 macro
/third_party/musl/src/thread/linux/
H A Dpthread_create.c541 /* Ensure SIGCANCEL is unblocked in new thread. This requires in __pthread_create()
545 args->sig_mask[(SIGCANCEL-1)/8/sizeof(long)] &= in __pthread_create()
546 ~(1UL<<((SIGCANCEL-1)%(8*sizeof(long)))); in __pthread_create()
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h183 #define SIGCANCEL 33 macro
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h131 #define SIGCANCEL 33 macro
/third_party/musl/src/internal/
H A Dpthread_impl.h175 #define SIGCANCEL 33 macro
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c385 __syscall(SYS_tkill, p->td->tid, SIGCANCEL); in aio_cancel()
/third_party/musl/src/aio/
H A Daio.c398 __syscall(SYS_tkill, p->td->tid, SIGCANCEL); in aio_cancel()

Completed in 10 milliseconds