Home
last modified time | relevance | path

Searched refs:thr_sigsetmask (Results 1 – 25 of 42) sorted by relevance

12

/titanic_50/usr/src/lib/libnsl/nsl/
H A Dt_accept.c77 (void) thr_sigsetmask(SIG_SETMASK, &fillset, &mask); in _tx_accept()
83 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_accept()
107 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_accept()
122 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_accept()
129 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_accept()
155 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_accept()
162 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_accept()
174 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_accept()
344 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_accept()
354 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_accept()
H A Dt_close.c50 (void) thr_sigsetmask(SIG_SETMASK, &fillset, &mask); in _tx_close()
55 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_close()
67 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_close()
H A Dt_open.c133 (void) thr_sigsetmask(SIG_SETMASK, &fillset, &mask); in _tx_open()
157 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_open()
163 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_open()
175 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_open()
H A Dt_bind.c74 (void) thr_sigsetmask(SIG_SETMASK, &fillset, &mask); in _tx_bind()
84 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_bind()
96 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_bind()
196 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_bind()
206 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_bind()
H A Dt_unbind.c76 (void) thr_sigsetmask(SIG_SETMASK, &fillset, &mask); in _tx_unbind()
86 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_unbind()
99 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_unbind()
H A Dt_connect.c98 (void) thr_sigsetmask(SIG_SETMASK, &fillset, &mask); in _tx_connect()
101 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_connect()
116 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_connect()
H A Dt_optmgmt.c88 (void) thr_sigsetmask(SIG_SETMASK, &fillset, &mask); in _tx_optmgmt()
99 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_optmgmt()
316 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_optmgmt()
327 (void) thr_sigsetmask(SIG_SETMASK, &mask, NULL); in _tx_optmgmt()
/titanic_50/usr/src/lib/nsswitch/nis/common/
H A Dgetrpcent.c84 (void) thr_sigsetmask(SIG_SETMASK, &newmask, &oldmask);
88 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, (sigset_t *)NULL);
98 (void) thr_sigsetmask(SIG_SETMASK, &newmask, &oldmask);
102 (void) thr_sigsetmask(SIG_SETMASK, &oldmask,
H A Dnis_common.c164 (void) thr_sigsetmask(SIG_SETMASK, &newmask, &oldmask);
171 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL);
200 (void) thr_sigsetmask(SIG_SETMASK, &newmask, &oldmask);
207 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL);
334 (void) thr_sigsetmask(SIG_SETMASK, &newmask, &oldmask);
351 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL);
473 (void) thr_sigsetmask(SIG_SETMASK, &newmask, &oldmask);
480 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL);
591 (void) thr_sigsetmask(SIG_SETMASK, &newmask, &oldmask); in _nss_nis_domain()
607 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL); in _nss_nis_domain()
H A Dgetservent.c163 (void) thr_sigsetmask(SIG_SETMASK, &newmask, &oldmask);
167 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL);
191 (void) thr_sigsetmask(SIG_SETMASK, &newmask, &oldmask);
195 (void) thr_sigsetmask(SIG_SETMASK, &oldmask,
H A Dnis_common.h116 extern int thr_sigsetmask(int how, const sigset_t *set, sigset_t *oset);
/titanic_50/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsysevent_signal.c77 return (thr_sigsetmask(SIG_UNBLOCK, &set, NULL)); in se_signal_unblock()
86 return (thr_sigsetmask(SIG_BLOCK, &set, NULL)); in se_signal_blockall()
95 return (thr_sigsetmask(SIG_UNBLOCK, &set, NULL)); in se_signal_unblockall()
/titanic_50/usr/src/lib/nsswitch/dns/common/
H A Dgethostent.c276 (void) thr_sigsetmask(SIG_SETMASK, &newmask, &oldmask);
284 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL);
310 (void) thr_sigsetmask(SIG_SETMASK, &newmask, &oldmask);
318 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL);
342 (void) thr_sigsetmask(SIG_SETMASK, &newmask, &oldmask);
350 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL);
H A Ddns_mt.c281 (void) thr_sigsetmask(SIG_SETMASK, &newmask, oldmask); in switch_resolver_setup()
303 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL); in switch_resolver_reset()
H A Dgethostent6.c513 (void) thr_sigsetmask(SIG_SETMASK, &newmask, &oldmask);
521 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL);
/titanic_50/usr/src/lib/libumem/common/
H A Dumem_update_thread.c132 (void) thr_sigsetmask(SIG_BLOCK, &sigmask, &oldmask); in umem_create_update_thread()
144 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL); in umem_create_update_thread()
161 (void) thr_sigsetmask(SIG_SETMASK, &oldmask, NULL); in umem_create_update_thread()
/titanic_50/usr/src/lib/libc/port/stdio/
H A Dsystem.c99 (void) thr_sigsetmask(SIG_SETMASK, &maskset, NULL); in cleanup()
116 (void) thr_sigsetmask(SIG_SETMASK, &cup->savemask, NULL); in cleanup()
194 (void) thr_sigsetmask(SIG_BLOCK, &mask, &cu.savemask); in system()
H A Dpopen.c84 (void) thr_sigsetmask(SIG_SETMASK, &maskset, NULL); in cleanup()
/titanic_50/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid.c176 (void) thr_sigsetmask(NULL, NULL, &sigset); in thr_init()
182 (void) thr_sigsetmask(SIG_SETMASK, &sigset, NULL); in thr_init()
/titanic_50/usr/src/cmd/rcm_daemon/common/
H A Drcm_main.c357 (void) thr_sigsetmask(SIG_UNBLOCK, &mask, NULL); in main()
364 (void) thr_sigsetmask(SIG_BLOCK, &mask, NULL); in main()
/titanic_50/usr/src/head/
H A Dthread.h66 extern int thr_sigsetmask(int, const sigset_t *, sigset_t *);
/titanic_50/usr/src/lib/libc/port/threads/
H A Dsigaction.c592 #pragma weak _thr_sigsetmask = thr_sigsetmask
594 thr_sigsetmask(int how, const sigset_t *set, sigset_t *oset) in thr_sigsetmask() function
654 return (thr_sigsetmask(how, set, oset)); in pthread_sigmask()
669 if ((error = thr_sigsetmask(how, set, oset)) != 0) { in sigprocmask()
/titanic_50/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c340 (void) thr_sigsetmask(SIG_BLOCK, &sgset, NULL); in main()
377 (void) thr_sigsetmask(SIG_UNBLOCK, &sgset, NULL); in main()
/titanic_50/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c183 (void) thr_sigsetmask(SIG_BLOCK, &set, NULL); in main()
423 (void) thr_sigsetmask(SIG_BLOCK, &signal_set, NULL); in sigwait_thr()
/titanic_50/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c532 (void) thr_sigsetmask(SIG_SETMASK, &set, &oset); in launch_spawner()
535 (void) thr_sigsetmask(SIG_SETMASK, &oset, NULL); in launch_spawner()

12