Home
last modified time | relevance | path

Searched refs:SA_NOCLDSTOP (Results 1 – 18 of 18) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dposix_signals.h46 SA_NOCLDSTOP = 4 /* drop the = 4. */ enumerator
/netbsd/external/gpl2/texinfo/dist/info/
H A Dsignals.h42 #if !defined (HAVE_SIGPROCMASK) || !defined (SA_NOCLDSTOP)
H A Dsignals.c123 #ifdef SA_NOCLDSTOP in initialize_info_signal_handler()
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dnanosleep.c92 #ifdef SA_NOCLDSTOP in rpl_nanosleep()
/netbsd/external/ibm-public/postfix/dist/src/master/
H A Dmaster_sig.c273 action.sa_flags |= SA_NOCLDSTOP; in master_sigsetup()
/netbsd/sys/sys/
H A Dsignal.h225 #define SA_NOCLDSTOP 0x0008 /* do not generate SIGCHLD on child stop */ macro
/netbsd/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dexecute_command_line.c109 sa.sa_flags = SA_RESTART | SA_NOCLDSTOP; in execute_command_line()
/netbsd/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dexecute_command_line.c109 sa.sa_flags = SA_RESTART | SA_NOCLDSTOP; in execute_command_line()
/netbsd/sys/compat/linux32/common/
H A Dlinux32_signal.c173 if ((bsf & SA_NOCLDSTOP) != 0) in native_to_linux32_sigflags()
195 bsf |= SA_NOCLDSTOP; in linux32_to_native_sigflags()
/netbsd/external/gpl2/lvm2/dist/tools/
H A Dpolldaemon.c33 .sa_flags = SA_NOCLDSTOP, in _become_daemon()
/netbsd/usr.sbin/screenblank/
H A Dscreenblank.c228 sa.sa_flags = SA_NOCLDSTOP; in main()
/netbsd/sys/compat/linux/common/
H A Dlinux_signal.c229 if ((bsf & SA_NOCLDSTOP) != 0) in native_to_linux_sigflags()
251 bsf |= SA_NOCLDSTOP; in linux_to_native_sigflags()
/netbsd/usr.sbin/rpc.statd/
H A Dstatd.c134 nsa.sa_flags = SA_NOCLDSTOP|SA_NOCLDWAIT; in main()
/netbsd/sys/kern/
H A Dsys_sig.c505 if (nsa->sa_flags & SA_NOCLDSTOP) in sigaction1()
/netbsd/external/gpl3/autoconf/dist/
H A Dmaint.mk575 MINSIGSTKSZ SA_NOCLDSTOP SA_NOCLDWAIT SA_NODEFER SA_ONSTACK \
/netbsd/sbin/init/
H A Dinit.c368 sa.sa_flags = sig == SIGCHLD ? SA_NOCLDSTOP : 0; in handle()
/netbsd/external/gpl2/texinfo/dist/
H A DChangeLog894 * info/signals.c (initialize_info_signal_handler) [SA_NOCLDSTOP]:
997 * info/signals.h [!SA_NOCLDSTOP]: borrow test from coreutils'
/netbsd/external/bsd/ntp/dist/
H A DCommitLog127528 adding SA_NOCLDSTOP to IGNORED_SA_FLAGS.
127839 adding SA_NOCLDSTOP to IGNORED_SA_FLAGS.