Searched refs:SA_NOCLDSTOP (Results 1 – 13 of 13) sorted by relevance
44 #if defined(SA_NOCLDSTOP) || (defined(HAVE_DECL_SA_NOCLDSTOP) && HAVE_DECL_SA_NOCLDSTOP)45 XLAT(SA_NOCLDSTOP),
17 SA_NOCLDSTOP
74 #define SA_NOCLDSTOP 1 /* Do not generate SIGCHLD when children stop */ macro110 #define SA_NOCLDSTOP 1 /* only value supported now for sa_flags */ macro
23 act.sa_flags = SA_NOCLDSTOP; in setupHandlers()
88 #define SA_NOCLDSTOP 0x00000001 macro
77 #define SA_NOCLDSTOP 0x00000001 macro
67 #define SA_NOCLDSTOP 0x00000001 macro
77 #define SA_NOCLDSTOP 0x00000001u macro
171 act.sa_flags = SA_NOCLDSTOP; in qemu_init_child_watch()
86 act.sa_flags = SA_NOCLDSTOP; in os_setup_signal_handling()
228 new_action.sa_flags = SA_NOCLDSTOP; in SpawnIfNeeded()
440 #define VKI_SA_NOCLDSTOP SA_NOCLDSTOP
615 MINSIGSTKSZ SA_NOCLDSTOP SA_NOCLDWAIT SA_NODEFER SA_ONSTACK \