Searched refs:si_status (Results 1 – 4 of 4) sorted by relevance
105 infop->si_status = WEXITSTATUS (status); in __waitid()110 infop->si_status = WTERMSIG (status); in __waitid()115 infop->si_status = WSTOPSIG (status); in __waitid()120 infop->si_status = SIGCONT; in __waitid()
78 *stat_loc = W_EXITCODE (infop.si_status, 0); in __wait4_time64()81 *stat_loc = WCOREFLAG | infop.si_status; in __wait4_time64()84 *stat_loc = infop.si_status; in __wait4_time64()88 *stat_loc = W_STOPCODE (infop.si_status); in __wait4_time64()
83 int si_status; /* Exit value or signal. */ member132 #define si_status _sifields._sigchld.si_status macro
54 si->si_status = 0; in fill_siginfo()
Completed in 8 milliseconds