/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_thread.c | 93 (void) pthread_sigmask(SIG_SETMASK, &nset, &oset); in fmd_thread_create_cmn() 95 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL); in fmd_thread_create_cmn()
|
H A D | fmd_timerq.c | 194 (void) pthread_sigmask(SIG_UNBLOCK, &set, NULL); in fmd_timerq_exec()
|
/titanic_41/usr/src/cmd/svc/configd/ |
H A D | configd.c | 316 (void) pthread_sigmask(SIG_SETMASK, &new, &old); in new_thread_needed() 319 (void) pthread_sigmask(SIG_SETMASK, &old, NULL); in new_thread_needed() 323 (void) pthread_sigmask(SIG_SETMASK, &old, NULL); in new_thread_needed() 774 (void) pthread_sigmask(SIG_BLOCK, &myset, NULL); in main()
|
/titanic_41/usr/src/lib/libc/port/tpool/ |
H A D | thread_pool.c | 200 (void) pthread_sigmask(SIG_SETMASK, &maskset, NULL); in tpool_worker() 229 (void) pthread_sigmask(SIG_SETMASK, &maskset, &oset); in create_worker() 231 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL); in create_worker()
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | signal.c | 176 if (pthread_sigmask(SIG_BLOCK, &set, NULL) != 0)
|
/titanic_41/usr/src/head/ |
H A D | signal.h | 123 extern int pthread_sigmask(int, const sigset_t *_RESTRICT_KYWD,
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | main.c | 187 (void) pthread_sigmask(SIG_BLOCK, &new, NULL); in init_signalhandling()
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | main.c | 210 (void) pthread_sigmask(SIG_BLOCK, &sigwaitset, &original_sigmask); in block_signals()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | sigaction.c | 650 #pragma weak _pthread_sigmask = pthread_sigmask 652 pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) in pthread_sigmask() function
|
/titanic_41/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 297 (void) pthread_sigmask(SIG_SETMASK, &maskset, &oset); in _kaio_init() 300 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL); in _kaio_init() 923 (void) pthread_sigmask(SIG_SETMASK, &maskset, &oset); in _aio_create_worker() 926 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL); in _aio_create_worker() 1037 (void) pthread_sigmask(SIG_SETMASK, &_worker_set, NULL); in _aio_do_request()
|
/titanic_41/usr/src/lib/libsysevent/ |
H A D | libevchannel.c | 396 (void) pthread_sigmask(SIG_SETMASK, &xsa->xs_sigmask, &oset); in xsub_door_server_create() 398 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL); in xsub_door_server_create()
|
H A D | libsysevent.c | 2078 (void) pthread_sigmask(SIG_SETMASK, &xsa->xs_sigmask, &oset); in xdoor_server_create() 2080 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL); in xdoor_server_create()
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | ctfmerge.c | 691 pthread_sigmask(SIG_BLOCK, &sets, NULL); in start_threads() 701 pthread_sigmask(SIG_UNBLOCK, &sets, NULL); in start_threads()
|
/titanic_41/usr/src/lib/pam_modules/dhkeys/ |
H A D | dhkeys.c | 386 if (pthread_sigmask(SIG_BLOCK, &isigset, NULL) == 0) { in revoke_nfs_cred()
|
/titanic_41/usr/src/cmd/iscsid/ |
H A D | iscsid.c | 200 (void) pthread_sigmask(SIG_BLOCK, &allsigs, NULL); in main()
|
/titanic_41/usr/src/cmd/pools/poold/ |
H A D | poold.c | 467 pthread_sigmask(SIG_BLOCK, &hdl_set, NULL) || in main()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 809 (void) pthread_sigmask(SIG_SETMASK, &nset, &oset); in dt_proc_create_thread() 811 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL); in dt_proc_create_thread()
|
/titanic_41/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 203 pthread_sigmask { TYPE = FUNCTION };
|
/titanic_41/usr/src/cmd/auditd/ |
H A D | auditd.c | 716 (void) pthread_sigmask(SIG_BLOCK, &set, NULL); in block_signals()
|
/titanic_41/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 210 pthread_sigmask { TYPE = FUNCTION };
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 689 pthread_sigmask
|
/titanic_41/usr/src/lib/libstmf/common/ |
H A D | store.c | 5279 if (pthread_sigmask(0, NULL, sigmaskRestore) != 0) { in holdSignal() 5319 if (pthread_sigmask(SIG_SETMASK, &sigmask, NULL) != 0) { in holdSignal() 5362 if (pthread_sigmask(SIG_SETMASK, sigmaskRestore, NULL) != 0) { in releaseSignal()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 464 pthread_sigmask(SIG_UNBLOCK, &sigset, NULL); in ses_contract_thread() 579 (void) pthread_sigmask(SIG_SETMASK, NULL, &oset); in find_thr_sig()
|
/titanic_41/usr/src/cmd/smserverd/ |
H A D | smediad.c | 1364 if ((err = pthread_sigmask(SIG_BLOCK, &door_dp->dd_newset, NULL)) != 0) in sm_server_thread()
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1361 pthread_sigmask;
|