HomeSort by relevance Sort by last modified time
    Searched refs:JOBS (Results 1 - 8 of 8) sorted by null

  /development/ndk/tests/
run-all.sh 37 JOBS=
49 JOBS="$opt"
52 --jobs=*)
53 JOBS="-j$optarg"
79 echo " -j<N> --jobs=<N> Launch parallel builds"
95 $NDK/ndk-build -B $JOBS 2>&1
100 $NDK/ndk-build -B $JOBS >> $MYLOG 2>&1
117 run $NDK/ndk-build -B $JOBS
  /system/core/sh/
shell.h 39 * JOBS -> 1 if you have Berkeley job control, 0 otherwise.
54 #define JOBS 1
jobs.h 1 /* $NetBSD: jobs.h,v 1.19 2003/11/27 21:16:14 dsl Exp $ */
34 * @(#)jobs.h 8.2 (Berkeley) 5/4/95
45 #define SHOW_PGID 0x01 /* only show pgid - for jobs -p */
48 #define SHOW_CHANGED 0x08 /* only jobs whose state has changed */
79 #if JOBS
86 extern int job_warning; /* user was warned about stopped jobs */
104 #if ! JOBS
jobs.c 1 /* $NetBSD: jobs.c,v 1.62 2003/12/18 00:56:05 christos Exp $ */
38 static char sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: jobs.c,v 1.62 2003/12/18 00:56:05 christos Exp $");
62 #if JOBS
75 #include "jobs.h"
89 static struct job *jobtab; /* array of jobs */
93 #if JOBS
245 #if JOBS
254 #if JOBS
313 put after all stopped jobs. *
    [all...]
trap.c 52 #include "jobs.h"
261 #if JOBS
451 #if JOBS
init.c 1052 /* from jobs.c: */
1055 #if JOBS
  /ndk/build/tools/
build-gdbserver.sh 39 JOBS=$HOST_NUM_CPUS
53 register_option "-j<number>" do_jobs "Use <number> build jobs in parallel" "$JOBS"
58 do_jobs () { JOBS=$1; }
157 run make -j$JOBS
build-gcc.sh 50 JOBS=$BUILD_NUM_CPUS
51 register_var_option "-j<number>" JOBS "Use <number> parallel build jobs"
184 run make -j$JOBS

Completed in 62 milliseconds