OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHOW_NO_FREE
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
jobs.h
51
#define
SHOW_NO_FREE
0x40 /* do not free job */
jobs.c
426
if (jp->state == JOBDONE && !(mode &
SHOW_NO_FREE
)) {
495
if (jp->state == JOBDONE && !(mode &
SHOW_NO_FREE
))
1098
mode = SHOW_SIGNALLED |
SHOW_NO_FREE
;
Completed in 33 milliseconds