Searched refs:SIG_UNBLOCK (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/kernel/uapi/asm-generic/ |
D | signal-defs.h | 38 #ifndef SIG_UNBLOCK 39 #define SIG_UNBLOCK 1 macro
|
/bionic/libc/bionic/ |
D | sigprocmask.cpp | 60 if (new_set && how != SIG_BLOCK && how != SIG_UNBLOCK && how != SIG_SETMASK) { in sigprocmask64()
|
D | signal.cpp | 235 return sigprocmask64(SIG_UNBLOCK, &set, nullptr); in sigrelse() 250 if (sigprocmask64(disp == SIG_HOLD ? SIG_BLOCK : SIG_UNBLOCK, &new_mask, &old_mask) == -1) { in sigset()
|
/bionic/libc/platform/bionic/ |
D | reserved_signals.h | 68 case SIG_UNBLOCK: in filter_reserved_signals()
|
/bionic/tests/ |
D | signal_test.cpp | 481 ASSERT_EQ(0, sigprocmask(SIG_UNBLOCK, &sigset_libc, nullptr)); in TEST() 490 ASSERT_EQ(0, sigprocmask64(SIG_UNBLOCK, &sigset_libc, nullptr)); in TEST() 499 ASSERT_EQ(0, pthread_sigmask(SIG_UNBLOCK, &sigset_libc, nullptr)); in TEST() 508 ASSERT_EQ(0, pthread_sigmask64(SIG_UNBLOCK, &sigset_libc, nullptr)); in TEST()
|
D | setjmp_test.cpp | 320 pthread_sigmask(SIG_UNBLOCK, &set, nullptr); in TEST()
|
/bionic/tests/headers/posix/ |
D | signal_h.c | 110 i = SIG_UNBLOCK; in signal_h()
|
/bionic/libc/malloc_debug/ |
D | malloc_debug.cpp | 259 __rt_sigprocmask(SIG_UNBLOCK, &backtrace_set_, nullptr, sizeof(backtrace_set_)); in ~ScopedBacktraceSignalBlocker()
|