Searched refs:newjob (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dlash.c121 static int run_command(struct job *newjob, int inbg, int outpipe[2]);
1168 static void insert_job(struct job *newjob, int inbg) argument
1171 struct jobset *j_list = newjob->job_list;
1174 newjob->jobid = 1;
1176 if (thejob->jobid >= newjob->jobid)
1177 newjob->jobid = thejob->jobid + 1;
1188 *thejob = *newjob; /* physically copy the struct job */
1198 newjob->progs[newjob->num_progs - 1].pid);
1199 last_jobid = newjob
1211 run_command(struct job *newjob, int inbg, int outpipe[2]) argument
1335 struct job newjob; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFileConvert.cpp108 ConvertJob* newjob = new ConvertJob(); local
109 newjob->folder = file;
110 newjob->removeSource = deletesource;
111 newjob->state = CONV_QUEUE;
115 s_jobs.push_back(newjob);
117 Notify_ConvertUpdateJobInfo(newjob);

Completed in 72 milliseconds