Home
last modified time | relevance | path

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

12345

/freebsd/secure/lib/libcrypto/man/man7/
H A Dopenssl-quic-concurrency.757 .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 Dopenssl-quic-concurrency.pod5 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 DSSL_CTX_set_domain_flags.pod11 - 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 DSSL_new_domain.pod23 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 DSSL_set_blocking_mode.pod59 L<openssl-quic-concurrency(7)>, L<ssl(7)>
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_domain_flags.370 \&\- 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 DSSL_new_domain.382 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 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.
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-concurrency.md1 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 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 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
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
/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/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp152 "execute-concurrency",
154 "parallel. Set to 0 for hardware concurrency. "
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dcodeql.yml7 concurrency:
H A Dcheckstyle.yaml7 concurrency:
H A Dzloop.yml7 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/crypto/openssl/doc/designs/
H A Dthread-api.md5 concurrency and parallelism in some circumstances. There are various reasons why
/freebsd/sys/arm64/conf/
H A Dstd.arm6485 #options KCSAN # Kernel Concurrency Sanitizer

12345