Lines Matching refs:SIGCANCEL
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].
45722 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
45727 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
45728 unblocking on [SIGCANCEL].
47232 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...