Searched refs:st1 (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Djobs.c411 int st1 = ps->status; local
412 if (st1 != st)
415 if (st1 == -1 || !(mode & SHOW_SIGNALLED) || WIFEXITED(st1))
417 if (WIFSTOPPED(st1) || ((st1 = WTERMSIG(st1) & 0x7f)
418 && st1 != SIGINT && st1 != SIGPIPE))

Completed in 104 milliseconds