Home
last modified time | relevance | path

Searched full:concurrency (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd/share/man/man3/
H A Dpthread_getconcurrency.330 .Nd get or set level of concurrency
43 of its desired concurrency level,
45 The actual level of concurrency provided by the implementation
49 is zero, it causes the implementation to maintain the concurrency
61 indicate that the implementation is maintaining the concurrency
65 it is informing the implementation of its desired concurrency
76 function always returns the concurrency level set by a previous
100 concurrency upon which the application depends.
H A Dstats.3823 framework does not provide any concurrency protection at the individual blob
831 rw lock in user space to support concurrency between template management and
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh69 concurrency=`psrinfo | wc -l`
70 let concurrency=concurrency*4
101 if [ $i -eq $concurrency ]; then
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/regression/
H A Dsequential_writes.ksh28 # Thread/Concurrency settings:
32 # PerfAutoESX/ZFSPerfESX Environments, selected at concurrency levels that
33 # are at peak throughput but lowest latency. Higher concurrency introduces
H A Drandom_writes.ksh28 # Thread/Concurrency settings:
32 # PerfAutoESX/ZFSPerfESX Environments, selected at concurrency levels that
33 # are at peak throughput but lowest latency. Higher concurrency introduces
H A Dsequential_reads.ksh29 # Thread/Concurrency settings:
33 # PerfAutoESX/ZFSPerfESX Environments, selected at concurrency levels that
34 # are at peak throughput but lowest latency. Higher concurrency introduces
H A Drandom_readwrite.ksh29 # Thread/Concurrency settings:
33 # PerfAutoESX/ZFSPerfESX Environments, selected at concurrency levels that
34 # are at peak throughput but lowest latency. Higher concurrency introduces
H A Drandom_reads.ksh29 # Thread/Concurrency settings:
33 # PerfAutoESX/ZFSPerfESX Environments, selected at concurrency levels that
34 # are at peak throughput but lowest latency. Higher concurrency introduces
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp152 "execute-concurrency",
154 "parallel. Set to 0 for hardware concurrency. "
/freebsd/sys/amd64/conf/
H A DNOTES173 #options KCSAN # Kernel Concurrency Sanitizer
175 #options KCSAN # Kernel Concurrency Sanitizer
H A DGENERIC-KCSAN2 # GENERIC-KCSAN -- Kernel Concurrency Sanitizer kernel configuration file
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dcodeql.yml7 concurrency:
H A Dcheckstyle.yaml7 concurrency:
H A Dzloop.yml7 concurrency:
H A Dzfs-qemu-packages.yml40 concurrency:
/freebsd/tools/regression/aio/aiop/
H A Daiop.c139 printf("Usage: %s <file> <io size> <number of runs> <concurrency> <ro|wo|rw>\n", in main()
153 errx(1, "AIO concurrency must be >0"); in main()
/freebsd/sbin/nfsiod/
H A Dnfsiod.862 level of concurrency, typically four to six.
/freebsd/sys/contrib/ck/include/
H A Dck_md.h31 * This header file is meant for use of Concurrency Kit in the FreeBSD kernel.
/freebsd/tests/sys/cddl/zfs/bin/
H A Drm_lnkcnt_zero_file.c125 fprintf(stderr, "failed to set concurrency\n"); in main()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1629 unsigned concurrency) in RelocationBaseSection() argument
1632 relocsVec(concurrency), combreloc(combreloc) {} in RelocationBaseSection()
1722 unsigned concurrency) in RelocationSection() argument
1726 concurrency) { in RelocationSection()
1742 RelrBaseSection::RelrBaseSection(unsigned concurrency, bool isAArch64Auth) in RelrBaseSection() argument
1749 relocsVec(concurrency) {} in RelrBaseSection()
1763 StringRef name, unsigned concurrency) in AndroidPackedRelocationSection() argument
1768 /*combreloc=*/false, concurrency) { in AndroidPackedRelocationSection()
2016 RelrSection<ELFT>::RelrSection(unsigned concurrency, bool isAArch64Auth) in RelrSection() argument
2017 : RelrBaseSection(concurrency, isAArch64Auth) { in RelrSection()
[all …]
H A DSyntheticSections.h500 unsigned concurrency);
578 RelocationSection(StringRef name, bool combreloc, unsigned concurrency);
588 AndroidPackedRelocationSection(StringRef name, unsigned concurrency);
611 RelrBaseSection(unsigned concurrency, bool isAArch64Auth = false);
629 RelrSection(unsigned concurrency, bool isAArch64Auth = false);
/freebsd/usr.bin/lockf/
H A Dlockf.194 utility is being used to facilitate concurrency between a number
/freebsd/crypto/heimdal/kcm/
H A Dglue.c41 * any concurrency checking for multithread applications.
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasloperands.c259 UINT8 Concurrency = 0; in OpnDoMethod() local
286 /* Concurrency value (valid values are 0-15) */ in OpnDoMethod()
300 Concurrency = (UINT8) Next->Asl.Value.Integer; in OpnDoMethod()
308 ((Concurrency & 0xF) << 4)); in OpnDoMethod()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/
H A Ddb_txn.384 concurrency control (see

12345