HomeSort by: relevance | last modified time | path
    Searched defs:jobs (Results 1 - 22 of 22) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
async.c 73 isc_jobqueue_t jobs; local
78 __cds_wfcq_init(&jobs.head, &jobs.tail);
81 * Move all the elements from loop->async_jobs to a local jobs queue.
94 &jobs.head, &jobs.tail, &loop->async_jobs.head,
110 __cds_wfcq_for_each_blocking_safe(&jobs.head, &jobs.tail, node, next) {
  /src/bin/sh/
Makefile 8 expand.c histedit.c input.c jobs.c mail.c main.c memalloc.c \
95 COPTS.jobs.c = -Wno-format-nonliteral
  /src/external/mpl/bind/dist/lib/isc/include/isc/
quota.h 74 } jobs; member in struct:isc_quota
  /src/sys/altq/
altq_conf.c 91 altqdev_decl(jobs); variable
155 {"jobs",jobsopen, jobsclose, jobsioctl}, /* 12 */
altq_jobs.c 41 * JoBS - altq prototype implementation
45 * JoBS algorithms originally devised and proposed by
58 * JoBS queue
69 #ifdef ALTQ_JOBS /* jobs is enabled by ALTQ_JOBS option in opt_altq.h */
140 altqdev_decl(jobs); variable
162 printf("JoBS bandwidth = %d bps\n", (int)bandwidth);
163 printf("JoBS buffer size = %d pkts [%s]\n",
180 /* add this state to the jobs list */
1813 * jobs device interface
1823 printf("jobs: no CPU clock available!\n")
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/async/
async_local.h 71 STACK_OF(ASYNC_JOB) *jobs; member in struct:async_pool_st
  /src/crypto/external/bsd/openssl/dist/crypto/async/
async_local.h 71 STACK_OF(ASYNC_JOB) *jobs; member in struct:async_pool_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/async/
async_local.h 67 STACK_OF(ASYNC_JOB) *jobs; member in struct:async_pool_st
  /src/external/bsd/zstd/dist/contrib/seekable_format/examples/
parallel_processing.c 152 struct sum_job* jobs = (struct sum_job*)malloc(numFrames * sizeof(struct sum_job)); local
156 jobs[fnb] = (struct sum_job){ fname, 0, fnb, 0 };
157 POOL_add(pool, sumFrame, &jobs[fnb]);
163 while (!jobs[fnb].done) SLEEP(5); /* wake up every 5 milliseconds to check */
164 total += jobs[fnb].sum;
172 free(jobs);
parallel_compression.c 140 struct job* jobs = malloc_orDie(sizeof(struct job) * numFrames); local
149 jobs[i].src = in;
150 jobs[i].srcSize = inSize;
151 jobs[i].dst = out;
152 jobs[i].dstSize = dstSize;
153 jobs[i].compressionLevel = cLevel;
154 jobs[i].done = 0;
155 POOL_add(pool, compressFrame, &jobs[i]);
161 while (!jobs[i].done) SLEEP(5); /* wake up every 5 milliseconds to check */
162 fwrite_orDie(jobs[i].dst, jobs[i].dstSize, fout)
    [all...]
  /src/usr.bin/make/unit-tests/
sh-flags.mk 19 opt-jobs.yes= -j1
34 letter.jobs.yes= j
42 .for opt-jobs in no yes
53 target+= ${letter.jobs.${opt-jobs}:U_}
63 MAKE_CMD.${target}+= ${opt-jobs.${opt-jobs}}
Makefile 64 TESTS+= cmd-errors-jobs
148 TESTS+= deptgt-end-jobs
166 TESTS+= deptgt-silent-jobs
230 TESTS+= jobs-empty-commands
231 TESTS+= jobs-empty-commands-error
232 TESTS+= jobs-error-indirect
233 TESTS+= jobs-error-nested
234 TESTS+= jobs-error-nested-make
254 TESTS+= opt-debug-errors-jobs
261 TESTS+= opt-debug-jobs
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
threadcrash.c 90 /* Return a list of jobs, and place the length of the list in *COUNT. */
95 /* The number of jobs. */
98 /* The uninitialised array of jobs. */
103 /* Fill the array with all possible jobs. */
112 /* Return the array of jobs. */
391 struct job_description *jobs = get_job_list (&job_count); local
403 /* Start all the jobs. */
405 start_job (&jobs[i]);
433 finalise_job (&jobs[i]);
439 /* And clean up the jobs list. *
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
threadcrash.c 90 /* Return a list of jobs, and place the length of the list in *COUNT. */
95 /* The number of jobs. */
98 /* The uninitialised array of jobs. */
103 /* Fill the array with all possible jobs. */
112 /* Return the array of jobs. */
391 struct job_description *jobs = get_job_list (&job_count); local
403 /* Start all the jobs. */
405 start_job (&jobs[i]);
433 finalise_job (&jobs[i]);
439 /* And clean up the jobs list. *
    [all...]
  /src/libexec/makewhatis/
makewhatis.c 132 int rv, jobs, status; local
139 jobs = 0;
223 jobs++;
233 while (jobs > 0) {
237 jobs--;
  /src/sys/sys/
aio.h 99 size_t completed; /* Number of completed jobs in this wait group */
100 size_t total; /* Total jobs being waited on */
123 bool on_queue; /* Whether or not this job is on sp->jobs */
176 TAILQ_HEAD(, aio_job) jobs; /* Queue of pending jobs */ member in struct:aiosp
177 size_t jobs_pending; /* Number of pending jobs */
180 volatile u_long njobs_processing;/* Number of total jobs currently being processed*/
197 unsigned int jobs_count; /* Count of the jobs */
  /src/crypto/external/apache2/openssl/dist/test/
lhash_test.c 508 int jobs = atoi(harness_jobs); local
509 if (jobs > 0)
510 num_workers = jobs / 4;
514 int jobs = atoi(lhash_workers); local
515 if (jobs > 0)
516 num_workers = jobs;
  /src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.c 615 /* Now it is the next jobs turn */
818 BYTE* buffer; /* The round input buffer. All jobs get references
852 ZSTDMT_jobDescription* jobs; member in struct:ZSTDMT_CCtx_s
916 ZSTDMT_freeJobsTable(mtctx->jobs, mtctx->jobIDMask+1, mtctx->cMem);
918 mtctx->jobs = ZSTDMT_createJobsTable(&nbJobs, mtctx->cMem);
919 if (mtctx->jobs==NULL) return ERROR(memory_allocation);
960 mtctx->jobs = ZSTDMT_createJobsTable(&nbJobs, cMem);
968 if (!mtctx->factory | !mtctx->jobs | !mtctx->bufPool | !mtctx->cctxPool | !mtctx->seqPool | initError) {
997 ZSTD_pthread_mutex_t const mutex = mtctx->jobs[jobID].job_mutex;
998 ZSTD_pthread_cond_t const cond = mtctx->jobs[jobID].job_cond
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
lto-wrapper.cc 1999 warning (0, "using serial compilation of %d LTRANS jobs", nr);
2072 char jobs[32]; local
2105 snprintf (jobs, 31, "-j%ld",
2107 obstack_ptr_grow (&argv_obstack, jobs);
  /src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc 1973 warning (0, "using serial compilation of %d LTRANS jobs", nr);
2046 char jobs[32]; local
2079 snprintf (jobs, 31, "-j%ld",
2081 obstack_ptr_grow (&argv_obstack, jobs);
  /src/external/bsd/tmux/dist/
format.c 369 struct format_job_tree *jobs; local
377 jobs = &format_jobs;
378 else if (ft->client->jobs != NULL)
379 jobs = ft->client->jobs;
381 jobs = ft->client->jobs = xmalloc(sizeof *ft->client->jobs);
382 RB_INIT(jobs);
387 if ((fj = RB_FIND(format_job_tree, jobs, &fj0)) == NULL)
    [all...]
tmux.h 1948 struct format_job_tree *jobs; member in struct:client

Completed in 52 milliseconds