Searched refs:oldset (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_fork.c53 sigset_t sigset, oldset; local
63 __sys_sigprocmask(SIG_SETMASK, &sigset, &oldset);
70 __sys_sigprocmask(SIG_SETMASK, &oldset, NULL);
83 __sys_sigprocmask(SIG_SETMASK, &sigset, &oldset);
117 __sys_sigprocmask(SIG_SETMASK, &oldset, NULL);
H A Dthr_sigmask.c49 sigset_t oldset, newset; local
69 oldset = curthread->sigmask;
111 *oset = oldset;
H A Dthr_sig.c227 sigset_t sigset, oldset; local
230 _pthread_sigmask(SIG_SETMASK, &sigset, &oldset);
238 _pthread_sigmask(SIG_SETMASK, &oldset, NULL);
/freebsd-10.1-release/lib/libkse/test/
H A Dsigsuspend_d.c163 sigset_t oldset; local
189 sigprocmask (SIG_SETMASK, NULL, &oldset);
192 newset = oldset;
/freebsd-10.1-release/sys/nfsclient/
H A Dnfsm_subs.h106 sigset_t oldset; \
107 nfs_set_sigmask(p, &oldset); \
109 nfs_restore_sigmask(p, &oldset); \
H A Dnfs_krpc.c726 nfs_set_sigmask(struct thread *td, sigset_t *oldset) argument
751 kern_sigprocmask(td, SIG_SETMASK, &newset, oldset,
772 sigset_t oldset; local
780 nfs_set_sigmask(td, &oldset);
782 nfs_restore_sigmask(td, &oldset);
H A Dnfs.h289 void nfs_set_sigmask(struct thread *td, sigset_t *oldset);
H A Dnfs_bio.c1242 sigset_t oldset; local
1244 nfs_set_sigmask(td, &oldset);
1246 nfs_restore_sigmask(td, &oldset);
/freebsd-10.1-release/contrib/texinfo/info/
H A Dsignals.c37 sigprocmask (int operation, int *newset, int *oldset) argument
46 *oldset = sigblock (*newset);
/freebsd-10.1-release/sys/fs/nfs/
H A Dnfs_commonkrpc.c493 sigset_t oldset; local
514 newnfs_set_sigmask(td, &oldset);
629 newnfs_restore_sigmask(td, &oldset);
787 newnfs_restore_sigmask(td, &oldset);
1008 newnfs_restore_sigmask(td, &oldset);
1018 newnfs_restore_sigmask(td, &oldset);
1069 newnfs_set_sigmask(struct thread *td, sigset_t *oldset) argument
1094 kern_sigprocmask(td, SIG_SETMASK, &newset, oldset,
1114 sigset_t oldset; local
1122 newnfs_set_sigmask(td, &oldset);
[all...]
/freebsd-10.1-release/sys/fs/autofs/
H A Dautofs.c323 autofs_set_sigmask(sigset_t *oldset) argument
346 kern_sigprocmask(curthread, SIG_SETMASK, &newset, oldset,
362 sigset_t oldset; local
427 autofs_set_sigmask(&oldset);
430 autofs_restore_sigmask(&oldset);
/freebsd-10.1-release/sys/fs/fuse/
H A Dfuse_ipc.c130 fuse_block_sigs(sigset_t *oldset) argument
136 if (kern_sigprocmask(curthread, SIG_BLOCK, &newset, oldset, 0))
142 fuse_restore_sigs(sigset_t *oldset) argument
145 if (kern_sigprocmask(curthread, SIG_SETMASK, oldset, NULL, 0))
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_sig.c510 sigset_t oldset; local
521 __sys_sigprocmask(SIG_SETMASK, &_thr_maskset, &oldset);
562 __sys_sigprocmask(SIG_SETMASK, &oldset, NULL);
/freebsd-10.1-release/sys/fs/nfsclient/
H A Dnfs_clbio.c1312 sigset_t oldset; local
1314 newnfs_set_sigmask(td, &oldset);
1316 newnfs_restore_sigmask(td, &oldset);

Completed in 164 milliseconds