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

/system/core/sh/
H A Djobs.h39 /* Mode argument to forkshell. Don't change FORK_FG or FORK_BG. */
40 #define FORK_FG 0 macro
H A Deval.c1071 if (mode == FORK_FG) { /* argument to fork */
H A Djobs.c836 * FORK_FG - Fork off a foreground process.
838 * FORK_NOJOB - Like FORK_FG, but don't give the process its own
921 if (mode == FORK_FG) {

Completed in 51 milliseconds