Searched refs:WSTOPSIG (Results 1 – 9 of 9) sorted by relevance
214 if (WSTOPSIG (status) == SIGSTOP) in wait_for_ptrace_stop()217 (void *) (uintptr_t) WSTOPSIG (status))) in wait_for_ptrace_stop()
115 infop->si_status = WSTOPSIG (status); in __waitid()
56 # define WSTOPSIG(status) __WSTOPSIG (status) macro
16 macro WSTOPSIG
165 strsignal (WSTOPSIG (status))); in signal_handler()
31 macro WSTOPSIG
46 # define WSTOPSIG(status) __WSTOPSIG (status) macro
794 @deftypefn Macro int WSTOPSIG (int @var{status})
23067 (WEXITSTATUS, WTERMSIG, WSTOPSIG, WIFEXITED, WIFSIGNALED)23075 (WEXITSTATUS, WTERMSIG, WSTOPSIG, WIFEXITED, WIFSIGNALED)