| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | openssl-quic-concurrency.7 | 57 .IX Title "OPENSSL-QUIC-CONCURRENCY 7ossl" 58 .TH OPENSSL-QUIC-CONCURRENCY 7ossl 2025-09-30 3.5.4 OpenSSL 64 openssl\-quic\-concurrency \- OpenSSL QUIC Concurrency Model 73 circumstances. This man page discusses the available concurrency models and how 95 concurrency model as discussed below. 96 .SH "CONCURRENCY MODELS" 97 .IX Header "CONCURRENCY MODELS" 98 The OpenSSL QUIC implementation supports multiple concurrency models to support 101 The available concurrency models are as follows: 103 The \fBSingle-Threaded Concurrency Model (SCM)\fR, which supports only [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | openssl-quic-concurrency.pod | 5 openssl-quic-concurrency - OpenSSL QUIC Concurrency Model 15 circumstances. This man page discusses the available concurrency models and how 46 concurrency model as discussed below. 48 =head1 CONCURRENCY MODELS 50 The OpenSSL QUIC implementation supports multiple concurrency models to support 53 The available concurrency models are as follows: 59 The B<Single-Threaded Concurrency Model (SCM)>, which supports only 64 The B<Contentive Concurrency Model (CCM)>, which supports multi-threaded usage. 68 The B<Thread-Assisted Concurrency Model (TACM)>, which also supports 80 The B<Single-Threaded Concurrency Model (SCM)> performs no locking or [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_domain_flags.pod | 11 - control the concurrency model used by a QUIC domain 32 the concurrency model which is used for a QUIC domain. A detailed introduction 33 to these concepts can be found in L<openssl-quic-concurrency(7)>. 41 Specifying this flag configures the Single-Threaded Concurrency Model (SCM). 45 Speciyfing this flag configures the Contentive Concurrency Model (CCM) (unless 53 Specifying this flag configures the Thread-Assisted Concurrency Model (TACM). 56 This concurrency model is not available if OpenSSL was built without thread 68 L<openssl-quic-concurrency(7)/Legacy Blocking Support Compatibility>. 75 Because exactly one concurrency model must be chosen, the domain flags cannot be 83 L<openssl-quic-concurrency(7)> for details. An application can retrieve the [all …]
|
| H A D | SSL_new_domain.pod | 23 QUIC event domain is discussed in detail in L<openssl-quic-concurrency(7)>. 104 L<SSL_CTX_set_domain_flags(3)>, L<openssl-quic-concurrency(7)>
|
| H A D | SSL_set_blocking_mode.pod | 59 L<openssl-quic-concurrency(7)>, L<ssl(7)>
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | SSL_CTX_set_domain_flags.3 | 70 \&\- control the concurrency model used by a QUIC domain 91 the concurrency model which is used for a QUIC domain. A detailed introduction 92 to these concepts can be found in \fBopenssl\-quic\-concurrency\fR\|(7). 97 Specifying this flag configures the Single-Threaded Concurrency Model (SCM). 100 Speciyfing this flag configures the Contentive Concurrency Model (CCM) (unless 107 Specifying this flag configures the Thread-Assisted Concurrency Model (TACM). 110 This concurrency model is not available if OpenSSL was built without thread 120 "Legacy Blocking Support Compatibility" in \fBopenssl\-quic\-concurrency\fR\|(7). 125 Because exactly one concurrency model must be chosen, the domain flags cannot be 133 \&\fBopenssl\-quic\-concurrency\fR\|(7) for details. An application can retrieve the [all …]
|
| H A D | SSL_new_domain.3 | 82 QUIC event domain is discussed in detail in \fBopenssl\-quic\-concurrency\fR\|(7). 142 \&\fBSSL_CTX_set_domain_flags\fR\|(3), \fBopenssl\-quic\-concurrency\fR\|(7)
|
| /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.
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-concurrency.md | 1 QUIC Concurrency Architecture 34 In order to provide for these different use cases, the concept of concurrency 35 models is introduced. A concurrency model defines how “cleverly” the QUIC engine 39 Concurrency Models 42 - **Unsynchronised Concurrency Model (UCM):** In the Unsynchronised Concurrency 52 - **Contentive Concurrency Model (CCM):** In the 53 Contentive Concurrency Model, calls to SSL objects are wrapped in locks and 60 contention will occur. As such, this concurrency model will not scale and 72 - **Thread Assisted Contentive Concurrency Model (TA-CCM):** This is currently 74 not realise the full state separation or performance of the Worker Concurrency [all …]
|
| /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 | 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
|
| 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
|
| /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/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | AllTUsExecution.cpp | 152 "execute-concurrency", 154 "parallel. Set to 0 for hardware concurrency. "
|
| /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:
|
| /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/crypto/openssl/doc/designs/ |
| H A D | thread-api.md | 5 concurrency and parallelism in some circumstances. There are various reasons why
|
| /freebsd/sys/arm64/conf/ |
| H A D | std.arm64 | 85 #options KCSAN # Kernel Concurrency Sanitizer
|