Searched refs:SIGTIMER (Results 1 – 7 of 7) sorted by relevance
37 #define SIGTIMER SIGCANCEL macro97 .__val = { [0] = __sigmask (SIGTIMER),
112 .sigev_signo = SIGTIMER, in ___timer_create()
43 if (signo == SIGCANCEL || signo == SIGTIMER || signo == SIGSETXID) in __pthread_sigqueue()
6282 nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined6320 …[SIGCANCEL || SIGTIMER || SIGSETXID](This implementation assumes no internal-only signal numbers…6329 …IGSETXID && (! SIGCANCEL || SIGSETXID != SIGCANCEL) && (! SIGTIMER || SIGSETXID != SIGTIMER)))](…6330 [!(SIGTIMER && (! SIGCANCEL || SIGTIMER != SIGCANCEL))](SIGTIMER_CONSUMES): Remove.6331 …[( SIGSETXID && (! SIGCANCEL || SIGSETXID != SIGCANCEL) && (! SIGTIMER || SIGSETXID != SIGTIMER)…6333 [SIGTIMER && (! SIGCANCEL || SIGTIMER != SIGCANCEL)](SIGTIMER_CONSUMES): Remove.6335 [SIGTIMER != SIGCANCEL](SIGTIMER and SIGCANCEL must be the same"): New.
9835 * init.c (__pthread_initialize_minimal): Don't block SIGTIMER.9836 * pthreadP.h: Make SIGTIMER and SIGCANCEL the same.9837 * sysdeps/pthread/pthread_sigmask.c: Remove handling of SIGTIMER.9843 Block SIGTIMER. Also handle SI_TKILL events and terminate thread10173 * pthreadP.h: Define SIGCANCEL and SIGTIMER.10180 * init.c (__pthread_initialize_minimal): Block SIGTIMER.10181 * sysdeps/pthread/sigaction.c: Also prevent SIGTIMER handler from10184 SIGTIMER is not unblocked.10187 * sysdeps/unix/sysv/linux/pthread_kill.c: Do not allow SIGTIMER to
19659 (__clear_internal_signals): Remove SIGTIMER clean since it is21659 unnecessary check for SIGTIMER.21661 remove unnecessary removal of SIGTIMER.
41272 * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.47232 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...