Searched refs:jobs (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr44807.c11 int *jobs; variable
27 if (jobs[i])
28 func (jobs, 0, 0, 0);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dfannkuch-parallel.go142 jobs []Job
148 func NewFanner(jobs []Job, workers []*Kucher) *Fanner {
150 jobs: jobs, workers: workers,
164 if f.jobind < len(f.jobs) {
165 msg.who.in <- f.jobs[f.jobind]
167 } else if f.jobsdone == len(f.jobs) {
194 jobs := make([]Job, njobs)
201 jobs[jobsind] = Job{base, firstN}
205 jobs[jobsin
[all...]
/haiku-buildtools/jam/
H A Dexecunix.c256 /* Don't trust globs.jobs alone. */
258 while( cmdsrunning >= MAXJOBS || cmdsrunning >= globs.jobs )
338 active_handles = (HANDLE *)malloc(globs.jobs * sizeof(HANDLE) );
343 for ( i = 0; i < globs.jobs; i++ ) {
H A Djam.c136 1, /* jobs */
233 globs.jobs = atoi( s );
H A Djam.h12 * 05/04/94 (seiwald) - new globs.jobs (-j jobs)
499 int jobs; member in struct:globs
/haiku-buildtools/autoconf/lib/Autom4te/
H A DXFile.pm235 && " -$ENV{'MAKEFLAGS'}" =~ / (-[BdeikrRsSw]*j|---?jobs)/);
/haiku-buildtools/gcc/gcc/
H A Dlto-wrapper.c1277 char jobs[32]; local
1299 snprintf (jobs, 31, "-j%d", parallel);
1300 new_argv[i++] = jobs;
/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Dtexinfo.el469 `texinfo-update-node' and `texinfo-make-menu' functions do their jobs

Completed in 70 milliseconds