/external/strace/tests-mx32/ |
D | rt_sigprocmask.c | 53 if (k_sigprocmask(SIG_UNBLOCK, set, old, size)) { in iterate() 102 if (k_sigprocmask(SIG_UNBLOCK, k_set - set_size, old_set, set_size)) in main() 125 if (k_sigprocmask(SIG_UNBLOCK, k_set, old_set, set_size)) in main() 133 if (k_sigprocmask(SIG_UNBLOCK, k_set, old_set, set_size)) in main()
|
D | qual_inject-signal.c | 51 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) in main()
|
D | set_sigblock.c | 48 if (sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &mask, NULL)) in main()
|
D | unblock_reset_raise.c | 46 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) in main()
|
D | pause.c | 57 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) in main()
|
/external/strace/tests/ |
D | rt_sigprocmask.c | 53 if (k_sigprocmask(SIG_UNBLOCK, set, old, size)) { in iterate() 102 if (k_sigprocmask(SIG_UNBLOCK, k_set - set_size, old_set, set_size)) in main() 125 if (k_sigprocmask(SIG_UNBLOCK, k_set, old_set, set_size)) in main() 133 if (k_sigprocmask(SIG_UNBLOCK, k_set, old_set, set_size)) in main()
|
D | qual_inject-signal.c | 51 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) in main()
|
D | set_sigblock.c | 48 if (sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &mask, NULL)) in main()
|
D | unblock_reset_raise.c | 46 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) in main()
|
D | pause.c | 57 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) in main()
|
/external/strace/tests-m32/ |
D | rt_sigprocmask.c | 53 if (k_sigprocmask(SIG_UNBLOCK, set, old, size)) { in iterate() 102 if (k_sigprocmask(SIG_UNBLOCK, k_set - set_size, old_set, set_size)) in main() 125 if (k_sigprocmask(SIG_UNBLOCK, k_set, old_set, set_size)) in main() 133 if (k_sigprocmask(SIG_UNBLOCK, k_set, old_set, set_size)) in main()
|
D | qual_inject-signal.c | 51 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) in main()
|
D | unblock_reset_raise.c | 46 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) in main()
|
D | set_sigblock.c | 48 if (sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &mask, NULL)) in main()
|
D | pause.c | 57 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | signal-defs.h | 10 #ifndef SIG_UNBLOCK 11 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
/external/strace/xlat/ |
D | sigprocmaskcmds.h | 20 #if defined(SIG_UNBLOCK) || (defined(HAVE_DECL_SIG_UNBLOCK) && HAVE_DECL_SIG_UNBLOCK) 21 XLAT(SIG_UNBLOCK),
|
D | sigprocmaskcmds.in | 2 SIG_UNBLOCK
|
/external/openssh/openbsd-compat/ |
D | sigact.h | 53 #undef SIG_UNBLOCK 54 #define SIG_UNBLOCK 01 macro
|
/external/ltp/testcases/kernel/syscalls/sigsuspend/ |
D | sigsuspend01.c | 120 if (sigprocmask(SIG_UNBLOCK, 0, &sigset2) == -1) { in main() 184 if (sigprocmask(SIG_UNBLOCK, 0, &sigset1) == -1) { in setup()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
D | 18-1.c | 172 int operation[] = { SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK }; in test() 181 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in test()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 16-1-buildonly.c | 9 int dummy3 = SIG_UNBLOCK;
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
D | 4-3.c | 132 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in threaded() 262 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in do_child()
|
/external/toybox/toys/pending/ |
D | init.c | 241 sigprocmask(SIG_UNBLOCK, &signal_set, NULL); in final_run() 253 sigprocmask(SIG_UNBLOCK, &signal_set_c, NULL); in final_run() 322 sigprocmask(SIG_UNBLOCK,&signal_set_c, NULL); in set_default()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
D | 17-1.c | 32 case SIG_UNBLOCK: in main()
|