/freebsd/share/man/man3/ |
H A D | pthread_getconcurrency.3 | 30 .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 D | stats.3 | 823 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 D | tst.include.ksh | 69 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 D | sequential_writes.ksh | 28 # 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 D | random_writes.ksh | 28 # 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 D | sequential_reads.ksh | 29 # 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 D | random_readwrite.ksh | 29 # 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 D | random_reads.ksh | 29 # 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 D | AllTUsExecution.cpp | 152 "execute-concurrency", 154 "parallel. Set to 0 for hardware concurrency. "
|
/freebsd/sys/amd64/conf/ |
H A D | NOTES | 173 #options KCSAN # Kernel Concurrency Sanitizer 175 #options KCSAN # Kernel Concurrency Sanitizer
|
H A D | GENERIC-KCSAN | 2 # GENERIC-KCSAN -- Kernel Concurrency Sanitizer kernel configuration file
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | codeql.yml | 7 concurrency:
|
H A D | checkstyle.yaml | 7 concurrency:
|
H A D | zloop.yml | 7 concurrency:
|
H A D | zfs-qemu-packages.yml | 40 concurrency:
|
/freebsd/tools/regression/aio/aiop/ |
H A D | aiop.c | 139 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 D | nfsiod.8 | 62 level of concurrency, typically four to six.
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_md.h | 31 * This header file is meant for use of Concurrency Kit in the FreeBSD kernel.
|
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | rm_lnkcnt_zero_file.c | 125 fprintf(stderr, "failed to set concurrency\n"); in main()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 1629 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 D | SyntheticSections.h | 500 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 D | lockf.1 | 94 utility is being used to facilitate concurrency between a number
|
/freebsd/crypto/heimdal/kcm/ |
H A D | glue.c | 41 * any concurrency checking for multithread applications.
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | asloperands.c | 259 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 D | db_txn.3 | 84 concurrency control (see
|