Home
last modified time | relevance | path

Searched refs:thiswork (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dbig.c100 int thiswork = 0; /* next job stream to allocate */ local
209 fprintf(stderr, "user %d job %d ", firstuser+i, thiswork);
229 if (work[thiswork].outf[0] != '\0') {
232 for (q = work[thiswork].outf; *q != '\n'; q++) ;
234 if (freopen(work[thiswork].outf, "w", stdout) == NULL) {
236 work[thiswork].outf);
241 execv(work[thiswork].cmd, work[thiswork].av);
253 child[i].line = child[i].bp = work[thiswork].input;
254 child[i].blen = work[thiswork].inpsize;
255 child[i].thisjob = thiswork;
[all …]
H A Ddummy.c76 int thiswork = 0; /* next job stream to allocate */ local