Home
last modified time | relevance | path

Searched refs:newjob (Results 1 – 25 of 131) sorted by relevance

123456

/dports/math/SCIP/scip-7.0.3/src/tpi/
H A Dtpi_tnycthrd.c86 SCIP_JOB* newjob; in threadPoolThreadRetcode() local
119 newjob = _threadpool->jobqueue->firstjob; in threadPoolThreadRetcode()
160 newjob->retcode = (*(newjob->jobfunc))(newjob->args); in threadPoolThreadRetcode()
169 while( currjob != newjob ) in threadPoolThreadRetcode()
303 newjob->nextjob = NULL; in jobQueueAddJob()
308 threadpool->jobqueue->firstjob = newjob; in jobQueueAddJob()
309 threadpool->jobqueue->lastjob = newjob; in jobQueueAddJob()
314 threadpool->jobqueue->lastjob = newjob; in jobQueueAddJob()
331 assert(newjob != NULL); in threadPoolAddWork()
367 newjob->nextjob = NULL; in threadPoolAddWork()
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Dpcre_wrap.c302 if (newjob == NULL) in pcre_wrap_compile()
309 newjob->flags = flags; in pcre_wrap_compile()
311 newjob->pattern = pcre_compile(pattern, newjob->options, &error, errptr, NULL); in pcre_wrap_compile()
312 if (newjob->pattern == NULL) in pcre_wrap_compile()
314 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
318 newjob->hints = pcre_study(newjob->pattern, 0, &error); in pcre_wrap_compile()
322 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
326 *errptr = pcre_fullinfo(newjob->pattern, newjob->hints, PCRE_INFO_CAPTURECOUNT, &capturecount); in pcre_wrap_compile()
329 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
334 if (newjob->substitute == NULL) in pcre_wrap_compile()
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Dpcre_wrap.c302 if (newjob == NULL) in pcre_wrap_compile()
309 newjob->flags = flags; in pcre_wrap_compile()
311 newjob->pattern = pcre_compile(pattern, newjob->options, &error, errptr, NULL); in pcre_wrap_compile()
312 if (newjob->pattern == NULL) in pcre_wrap_compile()
314 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
318 newjob->hints = pcre_study(newjob->pattern, 0, &error); in pcre_wrap_compile()
322 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
326 *errptr = pcre_fullinfo(newjob->pattern, newjob->hints, PCRE_INFO_CAPTURECOUNT, &capturecount); in pcre_wrap_compile()
329 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
334 if (newjob->substitute == NULL) in pcre_wrap_compile()
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libutils/
H A Dpcre_wrap.c302 if (newjob == NULL) in pcre_wrap_compile()
309 newjob->flags = flags; in pcre_wrap_compile()
311 newjob->pattern = pcre_compile(pattern, newjob->options, &error, errptr, NULL); in pcre_wrap_compile()
312 if (newjob->pattern == NULL) in pcre_wrap_compile()
314 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
318 newjob->hints = pcre_study(newjob->pattern, 0, &error); in pcre_wrap_compile()
322 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
326 *errptr = pcre_fullinfo(newjob->pattern, newjob->hints, PCRE_INFO_CAPTURECOUNT, &capturecount); in pcre_wrap_compile()
329 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
334 if (newjob->substitute == NULL) in pcre_wrap_compile()
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libutils/
H A Dpcre_wrap.c302 if (newjob == NULL) in pcre_wrap_compile()
309 newjob->flags = flags; in pcre_wrap_compile()
311 newjob->pattern = pcre_compile(pattern, newjob->options, &error, errptr, NULL); in pcre_wrap_compile()
312 if (newjob->pattern == NULL) in pcre_wrap_compile()
314 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
318 newjob->hints = pcre_study(newjob->pattern, 0, &error); in pcre_wrap_compile()
322 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
326 *errptr = pcre_fullinfo(newjob->pattern, newjob->hints, PCRE_INFO_CAPTURECOUNT, &capturecount); in pcre_wrap_compile()
329 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
334 if (newjob->substitute == NULL) in pcre_wrap_compile()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libutils/
H A Dpcre_wrap.c302 if (newjob == NULL) in pcre_wrap_compile()
309 newjob->flags = flags; in pcre_wrap_compile()
311 newjob->pattern = pcre_compile(pattern, newjob->options, &error, errptr, NULL); in pcre_wrap_compile()
312 if (newjob->pattern == NULL) in pcre_wrap_compile()
314 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
318 newjob->hints = pcre_study(newjob->pattern, 0, &error); in pcre_wrap_compile()
322 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
326 *errptr = pcre_fullinfo(newjob->pattern, newjob->hints, PCRE_INFO_CAPTURECOUNT, &capturecount); in pcre_wrap_compile()
329 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
334 if (newjob->substitute == NULL) in pcre_wrap_compile()
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libutils/
H A Dpcre_wrap.c302 if (newjob == NULL) in pcre_wrap_compile()
309 newjob->flags = flags; in pcre_wrap_compile()
311 newjob->pattern = pcre_compile(pattern, newjob->options, &error, errptr, NULL); in pcre_wrap_compile()
312 if (newjob->pattern == NULL) in pcre_wrap_compile()
314 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
318 newjob->hints = pcre_study(newjob->pattern, 0, &error); in pcre_wrap_compile()
322 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
326 *errptr = pcre_fullinfo(newjob->pattern, newjob->hints, PCRE_INFO_CAPTURECOUNT, &capturecount); in pcre_wrap_compile()
329 pcre_wrap_free_job(newjob); in pcre_wrap_compile()
334 if (newjob->substitute == NULL) in pcre_wrap_compile()
[all …]
/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dpcrs.c543 pcrs_job *newjob; in pcrs_compile_command() local
602 return newjob; in pcrs_compile_command()
628 pcrs_job *newjob; in pcrs_compile() local
658 newjob->flags = flags; in pcrs_compile()
664 newjob->pattern = pcre_compile(pattern, newjob->options, &error, errptr, NULL); in pcrs_compile()
667 pcrs_free_job(newjob); in pcrs_compile()
687 newjob->hints = pcre_study(newjob->pattern, pcre_study_options, &error); in pcrs_compile()
691 pcrs_free_job(newjob); in pcrs_compile()
702 pcrs_free_job(newjob); in pcrs_compile()
712 pcrs_free_job(newjob); in pcrs_compile()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/graveyard/smd-original/
H A Dtool_randm.f10 logical newjob
14 save newjob,itoz,dimax,ddimax
16 data newjob/.true./
18 if(newjob)then
29 newjob=.false.
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/graveyard/smd-original/
H A Dtool_randm.f10 logical newjob
14 save newjob,itoz,dimax,ddimax
16 data newjob/.true./
18 if(newjob)then
29 newjob=.false.
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/graveyard/smd-subgroups/
H A Dtool_randm.f14 logical newjob
18 save newjob,itoz,dimax,ddimax
20 data newjob/.true./
26 if(newjob)then
37 newjob=.false.
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/graveyard/smd-serial/
H A Dtool_randm.f14 logical newjob
18 save newjob,itoz,dimax,ddimax
20 data newjob/.true./
26 if(newjob)then
37 newjob=.false.
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/graveyard/smd-9-10-08/
H A Dtool_randm.f14 logical newjob
18 save newjob,itoz,dimax,ddimax
20 data newjob/.true./
26 if(newjob)then
37 newjob=.false.
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/graveyard/smd-subgroups/
H A Dtool_randm.f14 logical newjob
18 save newjob,itoz,dimax,ddimax
20 data newjob/.true./
26 if(newjob)then
37 newjob=.false.
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/graveyard/smd-9-10-08/
H A Dtool_randm.f14 logical newjob
18 save newjob,itoz,dimax,ddimax
20 data newjob/.true./
26 if(newjob)then
37 newjob=.false.
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/graveyard/smd-serial/
H A Dtool_randm.f14 logical newjob
18 save newjob,itoz,dimax,ddimax
20 data newjob/.true./
26 if(newjob)then
37 newjob=.false.
/dports/net/kamailio/kamailio-5.4.5/src/modules/dmq/
H A Dworker.c289 dmq_job_t *newjob; in job_queue_push() local
291 newjob = shm_malloc(sizeof(dmq_job_t)); in job_queue_push()
292 if(newjob == NULL) { in job_queue_push()
297 *newjob = *job; in job_queue_push()
300 newjob->prev = NULL; in job_queue_push()
301 newjob->next = queue->back; in job_queue_push()
303 queue->back->prev = newjob; in job_queue_push()
305 queue->back = newjob; in job_queue_push()
307 queue->front = newjob; in job_queue_push()
/dports/security/clamav/clamav-0.104.2/clamonacc/c-thread-pool/
H A Dthpool.c177 job* newjob; in thpool_add_work() local
179 newjob=(struct job*)malloc(sizeof(struct job)); in thpool_add_work()
180 if (newjob==NULL){ in thpool_add_work()
186 newjob->function=function_p; in thpool_add_work()
187 newjob->arg=arg_p; in thpool_add_work()
190 jobqueue_push(&thpool_p->jobqueue, newjob); in thpool_add_work()
437 newjob->prev = NULL; in jobqueue_push()
442 jobqueue_p->front = newjob; in jobqueue_push()
443 jobqueue_p->rear = newjob; in jobqueue_push()
447 jobqueue_p->rear->prev = newjob; in jobqueue_push()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/clamonacc/c-thread-pool/
H A Dthpool.c177 job* newjob; in thpool_add_work() local
179 newjob=(struct job*)malloc(sizeof(struct job)); in thpool_add_work()
180 if (newjob==NULL){ in thpool_add_work()
186 newjob->function=function_p; in thpool_add_work()
187 newjob->arg=arg_p; in thpool_add_work()
190 jobqueue_push(&thpool_p->jobqueue, newjob); in thpool_add_work()
437 newjob->prev = NULL; in jobqueue_push()
442 jobqueue_p->front = newjob; in jobqueue_push()
443 jobqueue_p->rear = newjob; in jobqueue_push()
447 jobqueue_p->rear->prev = newjob; in jobqueue_push()
[all …]
/dports/textproc/redisearch20/RediSearch-2.0.15/src/dep/thpool/
H A Dthpool.c163 job* newjob; in thpool_add_work() local
165 newjob = (struct job*)rm_malloc(sizeof(struct job)); in thpool_add_work()
166 if (newjob == NULL) { in thpool_add_work()
172 newjob->function = function_p; in thpool_add_work()
173 newjob->arg = arg_p; in thpool_add_work()
176 jobqueue_push(&thpool_p->jobqueue, newjob); in thpool_add_work()
401 newjob->prev = NULL; in jobqueue_push()
406 jobqueue_p->front = newjob; in jobqueue_push()
407 jobqueue_p->rear = newjob; in jobqueue_push()
411 jobqueue_p->rear->prev = newjob; in jobqueue_push()
[all …]
/dports/textproc/redisearch16/RediSearch-1.6.16/src/dep/thpool/
H A Dthpool.c163 job* newjob; in thpool_add_work() local
165 newjob = (struct job*)rm_malloc(sizeof(struct job)); in thpool_add_work()
166 if (newjob == NULL) { in thpool_add_work()
172 newjob->function = function_p; in thpool_add_work()
173 newjob->arg = arg_p; in thpool_add_work()
176 jobqueue_push(&thpool_p->jobqueue, newjob); in thpool_add_work()
401 newjob->prev = NULL; in jobqueue_push()
406 jobqueue_p->front = newjob; in jobqueue_push()
407 jobqueue_p->rear = newjob; in jobqueue_push()
411 jobqueue_p->rear->prev = newjob; in jobqueue_push()
[all …]
/dports/textproc/redisearch/RediSearch-2.2.5/src/dep/thpool/
H A Dthpool.c163 job* newjob; in thpool_add_work() local
165 newjob = (struct job*)rm_malloc(sizeof(struct job)); in thpool_add_work()
166 if (newjob == NULL) { in thpool_add_work()
172 newjob->function = function_p; in thpool_add_work()
173 newjob->arg = arg_p; in thpool_add_work()
176 jobqueue_push(&thpool_p->jobqueue, newjob); in thpool_add_work()
401 newjob->prev = NULL; in jobqueue_push()
406 jobqueue_p->front = newjob; in jobqueue_push()
407 jobqueue_p->rear = newjob; in jobqueue_push()
411 jobqueue_p->rear->prev = newjob; in jobqueue_push()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/cthreadpool/
H A Dthpool.c197 job* newjob; in thpool_add_work() local
199 newjob=(struct job*)malloc(sizeof(struct job)); in thpool_add_work()
200 if (newjob==NULL){ in thpool_add_work()
206 newjob->function=function_p; in thpool_add_work()
207 newjob->arg=arg_p; in thpool_add_work()
210 jobqueue_push(&thpool_p->jobqueue, newjob); in thpool_add_work()
432 newjob->prev = NULL; in jobqueue_push()
437 jobqueue_p->front = newjob; in jobqueue_push()
438 jobqueue_p->rear = newjob; in jobqueue_push()
442 jobqueue_p->rear->prev = newjob; in jobqueue_push()
[all …]
/dports/sysutils/ts/ts-1.0.2/
H A Dclient.c70 m.u.newjob.command_size = strlen(new_command) + 1; /* add null */ in c_new_job()
72 m.u.newjob.env_size = strlen(myenv) + 1; /* add null */ in c_new_job()
74 m.u.newjob.env_size = 0; in c_new_job()
78 m.u.newjob.label_size = 0; in c_new_job()
79 m.u.newjob.store_output = command_line.store_output; in c_new_job()
80 m.u.newjob.do_depend = command_line.do_depend; in c_new_job()
81 m.u.newjob.depend_on = command_line.depend_on; in c_new_job()
84 m.u.newjob.wait_enqueuing = command_line.wait_enqueuing; in c_new_job()
85 m.u.newjob.num_slots = command_line.num_slots; in c_new_job()
91 send_bytes(server_socket, new_command, m.u.newjob.command_size); in c_new_job()
[all …]
/dports/sysutils/usermin/usermin-1.830/cron/
H A Dsave_cron.cgi90 foreach $newjob (&list_cron_jobs()) {
91 if ($newjob->{'user'} eq $job->{'user'} &&
92 $newjob->{'active'} eq $job->{'active'} &&
93 $newjob->{'command'} eq $job->{'command'}) {
94 $in{'idx'} = $newjob->{'index'};

123456