Home
last modified time | relevance | path

Searched refs:SIGCANCEL (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/thread/
Dpthread_cancel.c57 _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()
Dpthread_create.c344 args->sig_mask[(SIGCANCEL-1)/8/sizeof(long)] &= in __pthread_create()
345 ~(1UL<<((SIGCANCEL-1)%(8*sizeof(long)))); in __pthread_create()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_cancel.c72 __libc_sigaction(SIGCANCEL, &sa, 0); in init_cancellation()
88 return pthread_kill(t, SIGCANCEL); in pthread_cancel()
Dpthread_create.c339 args->sig_mask[(SIGCANCEL-1)/8/sizeof(long)] &= in __pthread_create()
340 ~(1UL<<((SIGCANCEL-1)%(8*sizeof(long)))); in __pthread_create()
/third_party/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c120 #define SIGCANCEL 32 macro
734 case SIGCANCEL: in choose_sig()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h68 #define SIGCANCEL 33 macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h67 #define SIGCANCEL 33 macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h68 #define SIGCANCEL 33 macro
/third_party/musl/src/internal/
Dpthread_impl.h116 #define SIGCANCEL 33 macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h116 #define SIGCANCEL 33 macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h117 #define SIGCANCEL 33 macro
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c422 args->sig_mask[(SIGCANCEL-1)/8/sizeof(long)] &= in __pthread_create()
423 ~(1UL<<((SIGCANCEL-1)%(8*sizeof(long)))); in __pthread_create()
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h146 #define SIGCANCEL 33 macro