Searched refs:wstatus (Results 1 – 1 of 1) sorted by relevance
51 int wstatus = 0; in BM_spawn_test() local52 const pid_t wait_result = TEMP_FAILURE_RETRY(waitpid(child, &wstatus, 0)); in BM_spawn_test()59 if (WIFEXITED(wstatus) && WEXITSTATUS(wstatus) == 127) { in BM_spawn_test()