/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstdmt_compress.c | 836 ZSTDMT_jobDescription* jobs; member 900 ZSTDMT_freeJobsTable(mtctx->jobs, mtctx->jobIDMask+1, mtctx->cMem); in ZSTDMT_expandJobsTable() 902 mtctx->jobs = ZSTDMT_createJobsTable(&nbJobs, mtctx->cMem); in ZSTDMT_expandJobsTable() 903 if (mtctx->jobs==NULL) return ERROR(memory_allocation); in ZSTDMT_expandJobsTable() 944 mtctx->jobs = ZSTDMT_createJobsTable(&nbJobs, cMem); in ZSTDMT_createCCtx_advanced_internal() 952 …if (!mtctx->factory | !mtctx->jobs | !mtctx->bufPool | !mtctx->cctxPool | !mtctx->seqPool | initEr… in ZSTDMT_createCCtx_advanced_internal() 981 ZSTD_pthread_mutex_t const mutex = mtctx->jobs[jobID].job_mutex; in ZSTDMT_releaseAllJobResources() 982 ZSTD_pthread_cond_t const cond = mtctx->jobs[jobID].job_cond; in ZSTDMT_releaseAllJobResources() 984 …DEBUGLOG(4, "job%02u: release dst address %08X", jobID, (U32)(size_t)mtctx->jobs[jobID].dstBuff.st… in ZSTDMT_releaseAllJobResources() 985 ZSTDMT_releaseBuffer(mtctx->bufPool, mtctx->jobs[jobID].dstBuff); in ZSTDMT_releaseAllJobResources() [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-query.exp | 15 Making opt-query-file.out-of-date in jobs mode: 16 opt-query-file.out-of-date in jobs mode: query status 1 18 Making opt-query-file.up-to-date in jobs mode: 19 opt-query-file.up-to-date in jobs mode: query status 0 21 Making phony in jobs mode: 22 phony in jobs mode: query status 1
|
H A D | opt-keep-going-indirect.exp | 9 direct jobs 25 indirect jobs
|
H A D | varname-dot-make-mode.exp | 11 randomize jobs mode (-j1): 21 randomize jobs mode (-j5):
|
H A D | depsrc-meta.exp | 5 Targets from meta mode in jobs mode:
|
H A D | sh-errctl.exp | 19 JobExec(all): pid <pid> added to jobs table
|
H A D | opt-debug-jobs.exp | 17 JobExec(all): pid <pid> added to jobs table
|
/freebsd/usr.sbin/yppush/ |
H A D | yppush_main.c | 72 struct jobs { struct 80 struct jobs *next; argument 83 static struct jobs *yppush_joblist; /* Linked list of running jobs. */ 112 struct jobs *job; in yppush_show_status() 160 struct jobs *jptr; in yppush_exit() 279 yppush_send_xfr(struct jobs *job) in yppush_send_xfr() 372 struct jobs *job; in yp_push() 377 if ((job = (struct jobs *)malloc(sizeof (struct jobs))) == NULL) { in yp_push()
|
/freebsd/crypto/openssl/crypto/async/ |
H A D | async.c | 119 job = sk_ASYNC_JOB_pop(pool->jobs); in async_get_pool_job() 147 sk_ASYNC_JOB_push(pool->jobs, job); in async_release_job() 324 if (pool == NULL || pool->jobs == NULL) in async_empty_pool() 328 job = sk_ASYNC_JOB_pop(pool->jobs); in async_empty_pool() 374 pool->jobs = sk_ASYNC_JOB_new_reserve(NULL, init_size); in ASYNC_init_thread() 375 if (pool->jobs == NULL) { in ASYNC_init_thread() 396 sk_ASYNC_JOB_push(pool->jobs, job); /* Cannot fail due to reserve */ in ASYNC_init_thread() 408 sk_ASYNC_JOB_free(pool->jobs); in ASYNC_init_thread() 419 sk_ASYNC_JOB_free(pool->jobs); in async_delete_thread_state()
|
H A D | async_local.h | 71 STACK_OF(ASYNC_JOB) *jobs;
|
/freebsd/crypto/openssl/test/ |
H A D | run_tests.pl | 34 my $jobs = $ENV{HARNESS_JOBS} // 1; 50 if ($jobs > 1) { 54 $tapargs{jobs} = $jobs; 55 print "Using HARNESS_JOBS=$jobs\n"; 85 if ($jobs > 1 && $key =~ m/test_ssl_new|test_fuzz/) {
|
/freebsd/contrib/bmake/ |
H A D | FILES | 79 unit-tests/cmd-errors-jobs.exp 80 unit-tests/cmd-errors-jobs.mk 245 unit-tests/deptgt-end-jobs.exp 246 unit-tests/deptgt-end-jobs.mk 281 unit-tests/deptgt-silent-jobs.exp 282 unit-tests/deptgt-silent-jobs.mk 413 unit-tests/jobs-empty-commands-error.exp 414 unit-tests/jobs-empty-commands-error.mk 415 unit-tests/jobs-empty-commands.exp 416 unit-tests/jobs-empty-commands.mk [all …]
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set1 | 59 57 Usage: jobs [ -l ] 60 58 Arguments should be jobs or process id's 67 65 %sThere are suspended jobs 68 66 %sThere are stopped jobs
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFlags.def | 114 FUZZER_FLAG_UNSIGNED(jobs, 0, "Number of jobs to run. If jobs >= 1 we spawn" 115 " this number of jobs in separate worker processes" 118 "Number of simultaneous worker processes to run the jobs." 119 " If zero, \"min(jobs,NumberOfCpuCores()/2)\" is used.")
|
/freebsd/lib/libpam/pam.d/ |
H A D | atrun | 7 # in jobs discarded, not just delayed, during a no-login period.
|
/freebsd/bin/sh/tests/expansion/ |
H A D | cmdsubst8.0 | 6 q=$(jobs -l $p)
|
/freebsd/bin/sh/tests/errors/ |
H A D | redirection-error.0 | 28 jobs,\
|
H A D | option-error.0 | 23 jobs -z,\
|
H A D | redirection-error3.0 | 28 jobs,\
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set1 | 59 57 Использование: jobs [ -l ]
|
/freebsd/bin/sh/tests/builtins/ |
H A D | var-assign2.0 | 28 jobs,\
|
H A D | var-assign.0 | 28 jobs,\
|
/freebsd/contrib/tcsh/nls/ja/ |
H A D | set1 | 59 57 形式: jobs [ -l ]
|
/freebsd/tools/tools/nanobsd/pcengines/Files/root/ |
H A D | .cshrc | 8 alias j jobs -l
|
/freebsd/contrib/tcsh/nls/greek/ |
H A D | set1 | 59 57 Χρήση: jobs [ -l ]
|