Searched refs:SIGCANCEL (Results 1 – 16 of 16) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | internal-signals.h | 31 #define SIGCANCEL __SIGRTMIN macro 37 #define SIGTIMER SIGCANCEL 53 return (sig == SIGCANCEL) || (sig == SIGSETXID); in is_internal_signal() 60 __sigdelset (set, SIGCANCEL); in clear_internal_signals()
|
/glibc-2.36/nptl/ |
D | pthread_cancel.c | 38 if (sig != SIGCANCEL in sigcancel_handler() 92 __libc_sigaction (SIGCANCEL, &sa, NULL); in __pthread_cancel() 153 result = __pthread_kill_internal (th, SIGCANCEL); in __pthread_cancel()
|
D | tst-signal7.c | 30 if (sigaction (SIGCANCEL, NULL, NULL) == 0) in do_test()
|
D | pthread_sigmask.c | 31 && (__glibc_unlikely (__sigismember (newmask, SIGCANCEL)) in __pthread_sigmask()
|
D | pthread_sigqueue.c | 43 if (signo == SIGCANCEL || signo == SIGTIMER || signo == SIGSETXID) in __pthread_sigqueue()
|
D | pthread_create.c | 86 __sigaddset (&sa.sa_mask, SIGCANCEL); in late_init() 789 internal_sigdelset (&pd->sigmask, SIGCANCEL); in __pthread_create_2_1()
|
/glibc-2.36/sysdeps/posix/ |
D | system.c | 69 #if defined(_LIBC_REENTRANT) && defined(SIGCANCEL) 159 #if defined(_LIBC_REENTRANT) && defined(SIGCANCEL) in do_system() 173 #if defined(_LIBC_REENTRANT) && defined(SIGCANCEL) in do_system()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cancel25.c | 21 #ifdef SIGCANCEL in tf2() 22 if (sigismember (&mask, SIGCANCEL)) in tf2()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.20 | 2030 [(_LIBC_REENTRANT) && (SIGCANCEL)](cancel_handler): Modified function. 6282 nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined 6296 [SIGCANCEL](sigcancel_handler): Remove. 6306 [SIGCANCEL](if): Remove. 6320 …[SIGCANCEL || SIGTIMER || SIGSETXID](This implementation assumes no internal-only signal numbers… 6328 [! SIGCANCEL](SIGCANCEL_CONSUMES): Remove. 6329 …[!(( SIGSETXID && (! SIGCANCEL || SIGSETXID != SIGCANCEL) && (! SIGTIMER || SIGSETXID != SIGTIME… 6330 [!(SIGTIMER && (! SIGCANCEL || SIGTIMER != SIGCANCEL))](SIGTIMER_CONSUMES): Remove. 6331 …[( SIGSETXID && (! SIGCANCEL || SIGSETXID != SIGCANCEL) && (! SIGTIMER || SIGSETXID != SIGTIMER)… 6332 [SIGCANCEL](SIGCANCEL_CONSUMES): Remove. [all …]
|
D | ChangeLog.nptl | 4862 reset the SIGCANCEL mask. 6388 Make sure SIGCANCEL is blocked as well. 6596 SIGCANCEL. 9836 * pthreadP.h: Make SIGTIMER and SIGCANCEL the same. 10173 * pthreadP.h: Define SIGCANCEL and SIGTIMER. 10174 * sysdeps/i386/pthreaddef.h: Remove SIGCANCEL definition. 10853 SIGCANCEL in case the parent blocked it. 11334 Disallow sending SIGCANCEL. 12033 * sysdeps/pthread/sigaction.c (SIGCANCEL): Only define if
|
D | ChangeLog.14 | 7332 * sysdeps/unix/sysv/linux/sigtimedwait.c: If SIGCANCEL is defined 8930 * sysdeps/generic/sigfillset.c: ...here. If SIGCANCEL is defined 8934 SIGCANCEL. 12770 sigaction): Likewise. Remove SIGCANCEL handling here.
|
D | ChangeLog.18 | 19504 * nptl/tst-cancel4.c (tf_sigpause): Replace SIGCANCEL usage by 39373 * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of 40303 * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if 40305 * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined. 41272 * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error. 44169 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for 44171 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to 44172 send SIGCANCEL. 44338 just send SIGCANCEL. 45721 (sigcancel_handler): Make definition conditional on [SIGCANCEL]. [all …]
|
D | ChangeLog.13 | 862 * sysdeps/unix/sysv/linux/sigaction.c: If SIGCANCEL is defined 864 __libc_sigaction which rejects changing SIGCANCEL.
|
D | ChangeLog.23 | 8592 nptl: Use SA_RESTART for SIGCANCEL handler 24567 [(_LIBC_REENTRANT) && (SIGCANCEL)](cancel_handler): Modified function.
|
D | ChangeLog.19 | 10945 * sysdeps/posix/system.c [SIGCANCEL] (cancel_handler_args,
|
/glibc-2.36/ |
D | NEWS | 667 pthread_cancel will always send the internal SIGCANCEL on a cancellation
|