Home
last modified time | relevance | path

Searched refs:SIG_UNBLOCK (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Dsignal-defs.h38 #ifndef SIG_UNBLOCK
39 #define SIG_UNBLOCK 1 macro
/bionic/libc/bionic/
Dsigprocmask.cpp60 if (new_set && how != SIG_BLOCK && how != SIG_UNBLOCK && how != SIG_SETMASK) { in sigprocmask64()
Dsignal.cpp235 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/
Dreserved_signals.h68 case SIG_UNBLOCK: in filter_reserved_signals()
/bionic/tests/
Dsignal_test.cpp481 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()
Dsetjmp_test.cpp320 pthread_sigmask(SIG_UNBLOCK, &set, nullptr); in TEST()
/bionic/tests/headers/posix/
Dsignal_h.c110 i = SIG_UNBLOCK; in signal_h()
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp259 __rt_sigprocmask(SIG_UNBLOCK, &backtrace_set_, nullptr, sizeof(backtrace_set_)); in ~ScopedBacktraceSignalBlocker()