Home
last modified time | relevance | path

Searched refs:SIG_UNBLOCK (Results 1 - 25 of 154) sorted by relevance

1234567

/third_party/musl/porting/liteos_a/user/src/exit/
H A Dabort.c16 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, &set, 0, _NSIG / 8); in abort()
29 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, in abort()
/third_party/musl/src/exit/
H A Dabort.c58 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, &set, 0, _NSIG / 8); in abort()
80 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, in abort()
/third_party/musl/libc-test/src/functional/
H A Dsetjmp.c32 sigprocmask(SIG_UNBLOCK, &set, &set2); in main()
51 sigprocmask(SIG_UNBLOCK, &set, &set2); in main()
/third_party/backends/include/sane/
H A Dsanei_backend.h80 # ifdef SIG_UNBLOCK
81 # undef SIG_UNBLOCK macro
99 # define SIG_UNBLOCK 2 macro
/third_party/musl/arch/mips/bits/
H A Dsignal.h71 #undef SIG_UNBLOCK macro
74 #define SIG_UNBLOCK 2 macro
/third_party/musl/arch/mips64/bits/
H A Dsignal.h90 #undef SIG_UNBLOCK macro
93 #define SIG_UNBLOCK 2 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsignal.h90 #undef SIG_UNBLOCK macro
93 #define SIG_UNBLOCK 2 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H A D18-1.c164 int operation[] = { SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK }; in test()
173 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in test()
H A D16-1.c11 values of how which are SIG_SETMASK, SIG_BLOCK, or SIG_UNBLOCK. This should
28 if ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) { in get_rand()
42 printf("SIG_UNBLOCK=%d\n", SIG_UNBLOCK); in a_thread_func()
H A D9-1.c70 pthread_sigmask(SIG_UNBLOCK, &blocked_set1, NULL); in a_thread_func()
H A D8-3.c10 2. Make a call such as this: pthread_sigmask(SIG_UNBLOCK, NULL, &oactl). At
67 pthread_sigmask(SIG_UNBLOCK, NULL, &oactl); in a_thread_func()
/third_party/python/Lib/multiprocessing/
H A Dresource_tracker.py132 signal.pthread_sigmask(signal.SIG_UNBLOCK, _IGNORED_SIGNALS)
185 signal.pthread_sigmask(signal.SIG_UNBLOCK, _IGNORED_SIGNALS)
/third_party/musl/src/signal/
H A Dsigrelse.c9 return sigprocmask(SIG_UNBLOCK, &mask, 0); in sigrelse()
H A Dsigset.c23 if (sigprocmask(SIG_UNBLOCK, &mask, &mask_old) < 0) in sigset()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D16-1-buildonly.c9 static int dummy3 = SIG_UNBLOCK;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
H A D9-1.c68 sigprocmask_return_val = sigprocmask(SIG_UNBLOCK, &blocked_set1, NULL); in main()
H A D17-1.c32 case SIG_UNBLOCK: in main()
H A D8-3.c11 2. Make a call such as this: sigprocmask(SIG_UNBLOCK, NULL, &oactl). At
66 sigprocmask(SIG_UNBLOCK, NULL, &oactl); in main()
H A D12-1.c12 values of how which are SIG_SETMASK, SIG_BLOCK, or SIG_UNBLOCK. This should
59 while ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) { in get_rand()
H A D6-1.c11 argument how is SIG_UNBLOCK
59 if (sigprocmask(SIG_UNBLOCK, &set2, NULL) == -1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D4-3.c139 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in threaded()
269 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in do_child()
/third_party/libunwind/libunwind/src/ia64/
H A Ducontext_i.h29 #define SIG_UNBLOCK 1 macro
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dkillpg.c59 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in killpg_0100()
/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns20.c55 SAFE_SIGPROCMASK(SIG_UNBLOCK, &newset, 0); in child_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
H A D7-1.c77 sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()

Completed in 9 milliseconds

1234567