OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHOW_SIGNALLED
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
jobs.h
49
#define
SHOW_SIGNALLED
0x10 /* only if stopped/exited on signal */
jobs.c
406
|| (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 10 milliseconds