Home
last modified time | relevance | path

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

/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.
50 The OpenSSL QUIC implementation supports multiple concurrency models to support
53 The available concurrency models are as follows:
84 This concurrency model is also useful for an application which wants to use the
95 This concurrency model adds the overhead of locking over the Single-Threaded
102 An advantage of this model relative to the more sophisticated concurrency models
118 The default concurrency model is CCM or TACM, depending on the B<SSL_METHOD>
120 concurrency model of CCM, whereas using L<OSSL_QUIC_client_thread_method(3)>
[all …]
H A Dopenssl-quic.pod549 I<ssl>. See L<SSL_new_domain(3)> and L<openssl-quic-concurrency(7)> for details
591 detail in L<openssl-quic-concurrency(7)>.
/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)>.
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
105 L<SSL_new_domain(3)>, L<openssl-quic-concurrency(7)>
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)>
H A DSSL_new_listener.pod41 L<openssl-quic-concurrency(7)> for details on QUIC domain SSL objects.
/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/crypto/openssl/doc/designs/quic-design/
H A Dquic-concurrency.md34 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
60 contention will occur. As such, this concurrency model will not scale and
98 These concurrency models are summarised as follows:
157 concurrency models.
164 ![Concurrency Models Diagram](images/quic-concurrency-models.svg)
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1686 unsigned concurrency) in RelocationBaseSection() argument
1689 relocsVec(concurrency), combreloc(combreloc) {} in RelocationBaseSection()
1780 bool combreloc, unsigned concurrency) in RelocationSection() argument
1784 concurrency) { in RelocationSection()
1800 RelrBaseSection::RelrBaseSection(Ctx &ctx, unsigned concurrency, in RelrBaseSection() argument
1808 relocsVec(concurrency) {} in RelrBaseSection()
1822 Ctx &ctx, StringRef name, unsigned concurrency) in AndroidPackedRelocationSection() argument
1827 /*combreloc=*/false, concurrency) { in AndroidPackedRelocationSection()
2072 RelrSection<ELFT>::RelrSection(Ctx &ctx, unsigned concurrency, in RelrSection() argument
2074 : RelrBaseSection(ctx, concurrency, isAArch64Auth) { in RelrSection()
[all …]
H A DSyntheticSections.h510 bool combreloc, unsigned concurrency);
584 unsigned concurrency);
594 AndroidPackedRelocationSection(Ctx &, StringRef name, unsigned concurrency);
617 RelrBaseSection(Ctx &, unsigned concurrency, bool isAArch64Auth = false);
635 RelrSection(Ctx &, unsigned concurrency, bool isAArch64Auth = false);
/freebsd/secure/lib/libcrypto/man/man7/
H A DMakefile116 MAN+= openssl-quic-concurrency.7
/freebsd/crypto/openssl/doc/designs/
H A Dthread-api.md5 concurrency and parallelism in some circumstances. There are various reasons why
/freebsd/sys/geom/
H A Dnotes61 the bio when it is completed. There are no concurrency or locking
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1761 #define __sanitizer_syscall_pre_compat_60_sa_setconcurrency(concurrency) \ argument
1763 (long long)(concurrency))
1764 #define __sanitizer_syscall_post_compat_60_sa_setconcurrency(res, concurrency) \ argument
1766 res, (long long)(concurrency))
4160 long long concurrency);
4162 long long res, long long concurrency);
/freebsd/share/examples/ppp/
H A Dppp.conf.sample755 # When testing scalability and concurrency, the following profile might
770 # If you want to test concurrency, try using ``ppp -dd loop'' instead.
/freebsd/sys/cam/ctl/
H A DREADME.ctl.txt299 concurrency.
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4374 /* Set Solaris LWP concurrency to 2 */
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc160 // (such as CTRL/C) occurs. This causes concurrency issues with the above
/freebsd/crypto/openssl/doc/
H A Dbuild.info5020 DEPEND[html/man7/openssl-quic-concurrency.html]=man7/openssl-quic-concurrency.pod
5021 GENERATE[html/man7/openssl-quic-concurrency.html]=man7/openssl-quic-concurrency.pod
5022 DEPEND[man/man7/openssl-quic-concurrency.7]=man7/openssl-quic-concurrency.pod
5023 GENERATE[man/man7/openssl-quic-concurrency.7]=man7/openssl-quic-concurrency.pod
5311 html/man7/openssl-quic-concurrency.html \
5468 man/man7/openssl-quic-concurrency.7 \
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog569 concurrency cases
862 * improved P2P concurrency operations
866 - reject operations that would require multi-channel concurrency if
876 multi-channel concurrency
/freebsd/contrib/jemalloc/
H A DChangeLog1021 levels. This resolves what was a concurrency bottleneck for per arena huge
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in6074 …keywords = "buffer store; communication; concurrency; operating systems (computers); parallel …
7318 keywords = "concurrency",
17157 …rming global query optimization, (2) exploiting disjoint and pipelined concurrency, (3) coordinati…
17163 …optimisation; inverted; manipulation language; optimisation; pipelined concurrency; programming; q…
18244 … operating systems; computer systems programming --- Multiprogramming; concurrency; correctness; d…
21088 …nguage molded after this discipline, the complexity of reasoning about concurrency and execution t…
21094 …keywords = "computer programming languages; computer systems, digital; concurrency; discipline…
23729concurrency in processes; ak; bhibbard grecommended91; classes; computer programming; concurrency;…
24436 …keywords = "buffers; classes; communication; computer programming languages; concurrency; conc…
24551 …comment = "much overlooked algorithm, presented as more of a concurrency exercise than a garb…
[all …]
/freebsd/crypto/openssh/
H A DChangeLog6135 disabled and connections were being made with high concurrency
/freebsd/contrib/unbound/doc/
H A DChangelog3449 - Fix RPZ concurrency issue when using auth_zone_reload.
/freebsd/share/dict/
H A Dweb240875 concurrency