Home
last modified time | relevance | path

Searched refs:newset (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_sig.c180 thr_remove_thr_signals(const sigset_t *set, sigset_t *newset) in thr_remove_thr_signals() argument
182 *newset = *set; in thr_remove_thr_signals()
183 remove_thr_signals(newset); in thr_remove_thr_signals()
184 return (newset); in thr_remove_thr_signals()
642 sigset_t newset; in __thr_sigprocmask() local
646 newset = *set; in __thr_sigprocmask()
647 SIGDELSET(newset, SIGCANCEL); in __thr_sigprocmask()
648 p = &newset; in __thr_sigprocmask()
669 sigset_t newset; in _sigsuspend() local
671 return (__sys_sigsuspend(thr_remove_thr_signals(set, &newset))); in _sigsuspend()
[all …]
/freebsd/lib/libc/gen/
H A Dsetmode.c152 BITCMD *newset; \
154 newset = reallocarray(saveset, setlen, sizeof(BITCMD)); \
155 if (newset == NULL) \
157 set = newset + (set - saveset); \
158 saveset = newset; \
159 endset = newset + (setlen - 2); \
/freebsd/lib/libc/tests/sys/
H A Dcpuset_test.c110 ATF_TC(newset);
111 ATF_TC_HEAD(newset, tc) in ATF_TC_HEAD() argument
115 ATF_TC_BODY(newset, tc) in ATF_TC_BODY() argument
277 do_jail_test(int ncpu, bool newset, jail_test_cb prologue, in do_jail_test() argument
291 if (newset) in do_jail_test()
681 ATF_TP_ADD_TC(tp, newset); in ATF_TP_ADD_TCS()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp166 static void KeepUnblocked(__sanitizer_sigset_t &newset, in KeepUnblocked() argument
170 internal_sigdelset(&newset, signum); in KeepUnblocked()
176 __sanitizer_sigset_t newset; in BlockSignals() local
177 internal_sigfillset(&newset); in BlockSignals()
189 KeepUnblocked(newset, currentset, 33); in BlockSignals()
195 KeepUnblocked(newset, currentset, 31); in BlockSignals()
201 KeepUnblocked(newset, currentset, SIGSEGV); in BlockSignals()
202 KeepUnblocked(newset, currentset, SIGBUS); in BlockSignals()
203 KeepUnblocked(newset, currentset, SIGILL); in BlockSignals()
204 KeepUnblocked(newset, currentset, SIGTRAP); in BlockSignals()
[all …]
/freebsd/sys/fs/autofs/
H A Dautofs.c347 sigset_t newset; in autofs_set_sigmask() local
350 SIGFILLSET(newset); in autofs_set_sigmask()
364 SIGDELSET(newset, autofs_sig_set[i]); in autofs_set_sigmask()
368 kern_sigprocmask(curthread, SIG_SETMASK, &newset, oldset, in autofs_set_sigmask()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c1565 sigset_t newset; in newnfs_set_sigmask() local
1569 SIGFILLSET(newset); in newnfs_set_sigmask()
1585 SIGDELSET(newset, newnfs_sig_set[i]); in newnfs_set_sigmask()
1588 kern_sigprocmask(td, SIG_SETMASK, &newset, oldset, in newnfs_set_sigmask()
/freebsd/sys/kern/
H A Dkern_cpuset.c756 struct domainset newset; in cpuset_testupdate_domain() local
763 domainset_copy(domain, &newset); in cpuset_testupdate_domain()
767 DOMAINSET_AND(&newset.ds_mask, &dset->ds_mask); in cpuset_testupdate_domain()
773 if ((error = cpuset_testupdate_domain(nset, &newset, domain, in cpuset_testupdate_domain()
/freebsd/sys/compat/linux/
H A Dlinux_signal.c869 error = linux_copyin_sigset(td, uap->newset, uap->sigsetsize, in linux_rt_sigsuspend()
/freebsd/sys/arm64/linux/
H A Dlinux_systrace_args.c1055 uarg[a++] = (intptr_t)p->newset; /* l_sigset_t * */ in systrace_args()
/freebsd/sys/amd64/linux/
H A Dlinux_systrace_args.c1090 uarg[a++] = (intptr_t)p->newset; /* l_sigset_t * */ in systrace_args()
/freebsd/sys/i386/linux/
H A Dlinux_systrace_args.c1262 uarg[a++] = (intptr_t)p->newset; /* l_sigset_t * */ in systrace_args()
/freebsd/sys/amd64/linux32/
H A Dlinux32_systrace_args.c1227 uarg[a++] = (intptr_t)p->newset; /* l_sigset_t * */ in systrace_args()