Home
last modified time | relevance | path

Searched refs:Concurrency (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-quic-concurrency.pod5 openssl-quic-concurrency - OpenSSL QUIC Concurrency Model
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
89 The B<Contentive Concurrency Model (CCM)> performs automatic locking when making
96 Concurrency Model in order to support multi-threaded usage, but provides limited
107 The B<Thread-Assisted Concurrency Model (TACM)> is identical to the Contentive
108 Concurrency Model except that a thread is spun up in the background to ensure
145 available in the Single-Threaded Concurrency Model (SCM), where it works
[all …]
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-concurrency.md1 QUIC Concurrency Architecture
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
72 - **Thread Assisted Contentive Concurrency Model (TA-CCM):** This is currently
74 not realise the full state separation or performance of the Worker Concurrency
77 Concurrency Model for performing that handling, in that it obtains a lock when
80 This mode is likely to be deprecated in favour of the full Worker Concurrency
83 - **Worker Concurrency Model (WCM):** In the Worker Concurrency Model,
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_domain_flags.pod41 Specifying this flag configures the Single-Threaded Concurrency Model (SCM).
45 Specifying this flag configures the Contentive Concurrency Model (CCM) (unless
53 Specifying this flag configures the Thread-Assisted Concurrency Model (TACM).
/freebsd/sys/amd64/conf/
H A DGENERIC-KCSAN2 # GENERIC-KCSAN -- Kernel Concurrency Sanitizer kernel configuration file
H A DNOTES184 #options KCSAN # Kernel Concurrency Sanitizer
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasloperands.c259 UINT8 Concurrency = 0; in OpnDoMethod() local
300 Concurrency = (UINT8) Next->Asl.Value.Integer; in OpnDoMethod()
308 ((Concurrency & 0xF) << 4)); in OpnDoMethod()
/freebsd/sys/net80211/
H A DDATAPATH_RECEIVE.md12 ## Concurrency Notes
20 ### Concurrency subsection
H A DDATAPATH_TRANSMIT.md12 ## Concurrency Notes
/freebsd/sys/arm64/conf/
H A Dstd.arm6484 #options KCSAN # Kernel Concurrency Sanitizer