Searched refs:TARGET_SIGCHLD (Results 1 – 15 of 15) sorted by relevance
23 #define TARGET_SIGCHLD 18 /* Child status has changed (POSIX). */ macro24 #define TARGET_SIGCLD TARGET_SIGCHLD /* Same as TARGET_SIGCHLD (System V). */
27 #define TARGET_SIGCHLD 20 /* to parent on child stop or exit */ macro
22 #define TARGET_SIGCHLD 18 macro
37 #define TARGET_SIGCHLD 17 macro
24 #define TARGET_SIGCHLD 20 macro
31 #define TARGET_SIGCHLD 20 /* to parent on child stop or exit */ macro
23 #define TARGET_SIGCHLD 20 macro
305 case TARGET_SIGCHLD: in print_signal()
446 case TARGET_SIGCHLD: in fatal_signal()911 } else if (sig != TARGET_SIGCHLD && sig != TARGET_SIGURG && in handle_pending_signal()
47 TARGET_SIGCHLD,
383 case TARGET_SIGCHLD: in host_to_target_siginfo_noswap()1282 } else if (sig != TARGET_SIGCHLD && in handle_pending_signal()
266 case TARGET_SIGCHLD: in get_target_siginfo()
6675 if ((flags & CSIGNAL) != TARGET_SIGCHLD) { in do_fork()9368 return get_errno(do_fork(cpu_env, TARGET_SIGCHLD, 0, 0, 0, 0)); in _syscall2()11783 CLONE_VFORK | CLONE_VM | TARGET_SIGCHLD, in _syscall2()