Home
last modified time | relevance | path

Searched refs:pthread_sigmask (Results 1 – 25 of 168) sorted by relevance

1234567

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dposix_signal_blocker.hpp39 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in posix_signal_blocker()
46 pthread_sigmask(SIG_SETMASK, &old_mask_, 0); in ~posix_signal_blocker()
56 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in block()
64 blocked_ = (pthread_sigmask(SIG_SETMASK, &old_mask_, 0) != 0); in unblock()
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dposix_signal_blocker.hpp43 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in posix_signal_blocker()
50 pthread_sigmask(SIG_SETMASK, &old_mask_, 0); in ~posix_signal_blocker()
60 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0); in block()
68 blocked_ = (pthread_sigmask(SIG_SETMASK, &old_mask_, 0) != 0); in unblock()
/external/trusty/musl/src/misc/
Dforkpty.c18 pthread_sigmask(SIG_BLOCK, &set, &oldset); in forkpty()
36 pthread_sigmask(SIG_SETMASK, &oldset, 0); in forkpty()
54 pthread_sigmask(SIG_SETMASK, &oldset, 0); in forkpty()
/external/musl/src/misc/
Dforkpty.c18 pthread_sigmask(SIG_BLOCK, &set, &oldset); in forkpty()
36 pthread_sigmask(SIG_SETMASK, &oldset, 0); in forkpty()
54 pthread_sigmask(SIG_SETMASK, &oldset, 0); in forkpty()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
Dcoverage.txt17 14 WON'T test, bacause it is pthread_sigmask() specific and tested in there.
19 16 WON'T test, bacause it is pthread_sigmask() specific and tested in there.
21 18 WON'T test, bacause it is pthread_sigmask() specific and tested in there.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
D4-3.c93 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig()
139 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in threaded()
164 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in test()
234 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in do_child()
269 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in do_child()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
Dcoverage.txt1 This document defines the coverage for function pthread_sigmask(). The functions pthread_sigmask()
2 and sigprocmask() are equivalent functions, but pthread_sigmask() should also work in a
D12-1.c88 pthread_sigmask(SIG_SETMASK, &actl, NULL); in a_thread_func()
91 if (pthread_sigmask(r, &actl, NULL) != EINVAL) { in a_thread_func()
97 pthread_sigmask(SIG_SETMASK, NULL, &oactl); in a_thread_func()
D18-1.c105 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig()
173 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in test()
197 ret = pthread_sigmask(operation[i], &set, NULL); in test()
252 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
D10-1.c28 pthread_sigmask_return_val = pthread_sigmask(SIG_SETMASK, &set1, NULL); in a_thread_func()
29 pthread_sigmask(SIG_SETMASK, NULL, &set2); in a_thread_func()
D9-1.c57 if (pthread_sigmask(SIG_SETMASK, &blocked_set1, NULL) == -1) { in a_thread_func()
70 pthread_sigmask(SIG_UNBLOCK, &blocked_set1, NULL); in a_thread_func()
/external/python/cpython3/Lib/
Dsignal.py69 @_wraps(_signal.pthread_sigmask)
70 def pthread_sigmask(how, mask): function
71 sigs_set = _signal.pthread_sigmask(how, mask)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
D4-2.c111 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig()
163 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in waiter()
199 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in worker()
250 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
/external/musl/src/mq/
Dmq_notify.c69 pthread_sigmask(SIG_BLOCK, &allmask, &origmask); in mq_notify()
72 pthread_sigmask(SIG_SETMASK, &origmask, 0); in mq_notify()
76 pthread_sigmask(SIG_SETMASK, &origmask, 0); in mq_notify()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
D4-2.c81 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig()
129 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in waiter()
160 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in worker()
206 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
D4-1.c113 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig()
165 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in waiter()
210 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in worker()
273 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
D4-3.c87 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig()
144 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in waiter()
201 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in worker()
264 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
/external/libcap/psx/
Dpsx.c421 pthread_sigmask(SIG_UNBLOCK, &sigbit, &orig_sigbits); in _psx_exiting()
423 pthread_sigmask(SIG_UNBLOCK, &sigbit, NULL); in _psx_exiting()
444 pthread_sigmask(SIG_SETMASK, &orig_sigbits, NULL); in _psx_exiting()
468 pthread_sigmask(SIG_SETMASK, &starter->sigbits, NULL); in _psx_start_fn()
505 pthread_sigmask(SIG_UNBLOCK, &sigbit, &starter->sigbits); in __wrap_pthread_create()
507 pthread_sigmask(SIG_UNBLOCK, &sigbit, &orig_sigbits); in __wrap_pthread_create()
516 pthread_sigmask(SIG_BLOCK, &sigbit, NULL); in __wrap_pthread_create()
526 pthread_sigmask(SIG_SETMASK, &orig_sigbits, NULL); in __wrap_pthread_create()
/external/libfuse/lib/
Dandroid_config.h28 pthread_sigmask(SIG_UNBLOCK, &set, NULL); \
36 pthread_sigmask(SIG_BLOCK, &set, NULL); \
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
D3-3.c107 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig()
179 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in test()
238 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
D2-1.c105 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig()
157 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in test()
215 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
D8-1.c105 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig()
162 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in test()
237 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
D6-1.c104 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig()
169 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in test()
253 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
D5-1.c106 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig()
171 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in test()
220 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_test.c293 pthread_sigmask(SIG_BLOCK, &set, NULL); in thread2_routine()
297 pthread_sigmask(SIG_BLOCK, &waitset, NULL); in thread2_routine()
341 pthread_sigmask(SIG_BLOCK, &set, NULL); in main()
349 pthread_sigmask(SIG_BLOCK, &waitset, NULL); in main()

1234567