Searched refs:SIG_UNBLOCK (Results 1 – 18 of 18) sorted by relevance
/sysdeps/pthread/ |
A D | tst-signal4.c | 36 if (r != SIG_BLOCK && r != SIG_SETMASK && r != SIG_UNBLOCK) in do_test()
|
A D | tst-pthread-raise-blocked-self.c | 83 xpthread_sigmask (SIG_UNBLOCK, &set, NULL); in do_test()
|
/sysdeps/unix/sysv/linux/ia64/ |
A D | ucontext_i.h | 22 #define SIG_UNBLOCK 1 macro
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | sigaction.h | 77 #define SIG_UNBLOCK 2 /* Unblock signals. */ macro
|
/sysdeps/unix/sysv/linux/bits/ |
A D | sigaction.h | 80 #define SIG_UNBLOCK 1 /* Unblock signals. */ macro
|
/sysdeps/unix/sysv/linux/ia64/bits/ |
A D | sigaction.h | 77 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
/sysdeps/unix/sysv/linux/hppa/bits/ |
A D | sigaction.h | 83 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | sigaction.h | 86 #define SIG_UNBLOCK 2 /* Unblock signals. */ macro
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | sigaction.h | 87 #define SIG_UNBLOCK 2 /* Unblock signals. */ macro
|
/sysdeps/posix/ |
A D | sigset.c | 63 if (__sigprocmask (SIG_UNBLOCK, &set, &oset) < 0) in sigset()
|
/sysdeps/unix/sysv/linux/s390/ |
A D | ucontext_i.sym | 8 SIG_UNBLOCK
|
/sysdeps/unix/sysv/linux/s390/bits/ |
A D | sigaction.h | 114 #define SIG_UNBLOCK 1 /* Unblock signals. */ macro
|
/sysdeps/mach/hurd/ |
A D | sigprocmask.c | 51 case SIG_UNBLOCK: in __sigprocmask()
|
/sysdeps/mach/hurd/htl/ |
A D | pt-sigstate.c | 58 case SIG_UNBLOCK: in __pthread_sigstate()
|
/sysdeps/unix/sysv/linux/ |
A D | internal-signals.h | 102 INTERNAL_SYSCALL_CALL (rt_sigprocmask, SIG_UNBLOCK, &sigtimer_set, set, in __libc_signal_unblock_sigtimer()
|
A D | tst-gettid-kill.c | 78 xpthread_sigmask (SIG_UNBLOCK, &sigusr1_set, NULL); in thread_read_signal()
|
A D | mq_notify.c | 99 (void) change_sigmask (SIG_UNBLOCK, NULL); in notification_function()
|
A D | test-errno-linux.c | 128 const int how[] = { SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK }; in invalid_sigprocmask_how()
|
Completed in 40 milliseconds