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

/system/core/sh/
H A Djobs.h49 #define SHOW_SIGNALLED 0x10 /* only if stopped/exited on signal */ macro
H A Djobs.c406 || (mode & SHOW_SIGNALLED)) {
415 if (st1 == -1 || !(mode & SHOW_SIGNALLED) || WIFEXITED(st1))
425 if (mode & SHOW_SIGNALLED && !(mode & SHOW_ISSIG)) {
1096 mode = SHOW_SIGNALLED;
1098 mode = SHOW_SIGNALLED | SHOW_NO_FREE;

Completed in 44 milliseconds