Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSchedule.td56 def VecFPd : SchedWrite; // Blocking BFP div/sqrt unit (30 cycles).
57 def VecFPd20 : SchedWrite; // Blocking BFP div/sqrt unit, 20 cycles.
/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp179 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() argument
189 syscall(SYS_getrandom, Buffer, Length, Blocking ? 0 : GRND_NONBLOCK); in getRandom()
H A Dtrusty.cpp108 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() argument
H A Dcommon.h163 bool getRandom(void *Buffer, uptr Length, bool Blocking = false);
H A Dfuchsia.cpp220 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() argument
/src/crypto/openssl/doc/man3/
H A DSSL_set_blocking_mode.pod28 Blocking mode means that calls such as SSL_read() and SSL_write() will block
42 Blocking mode is disabled automatically if the application provides a QUIC
H A DSSL_CTX_set_domain_flags.pod68 L<openssl-quic-concurrency(7)/Legacy Blocking Support Compatibility>.
H A DBIO_s_connect.pod94 is set. Blocking I/O is the default. The call to BIO_set_nbio()
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md65 Blocking vs. Non-Blocking Modes in Underlying Network BIOs
81 ### Blocking sockets and select(3)
84 Blocking on all three wakeup conditions listed above would require use of an API
126 ### Blocking sockets and threads
328 Use of Internal Non-Blocking I/O
490 ### Configuration of Blocking vs. Non-Blocking Mode
512 configure a new QUIC connection accordingly. Blocking mode is chosen as the
533 Blocking mode cannot be used with a non-pollable underlying BIO. If
H A Dquic-concurrency.md48 Blocking API calls are not supported under this model. This model is intended
96 Blocking API calls are supported under this model.
100 | Model | Sophistication | Concurrency | Blocking Supported | OS Resources …
111 - **Blocking Supported:** Whether blocking calls to e.g. `SSL_read` can be
H A Dquic-api.md48 - [Notes on Blocking](#notes-on-blocking)
215 **Blocking Considerations:** Blocks until handshake completed if in blocking
224 **Blocking Considerations:** Blocks until at least one byte is available or an
247 - Blocking mode on or off
249 **Blocking Considerations:** Blocks until libssl has accepted responsibility for
891 #### Notes on Blocking
/src/crypto/openssl/doc/designs/ddd/
H A DWINDOWS.md46 - ddd-01-conn-blocking: Blocking example, use of IOCP is not applicable.
51 - ddd-03-fd-blocking: Blocking example, use of IOCP is not applicable.
H A DREADME.md89 * S: Blocking (Synchronous)
/src/crypto/openssl/doc/man7/
H A Dopenssl-quic-concurrency.pod141 =head2 Legacy Blocking Support Compatibility
150 concurrency model or disable it. This is known as Legacy Blocking Compatibility
171 disabling Legacy Blocking Compatibility Mode.
218 Enables legacy blocking compatibility mode. See L</Legacy Blocking Support
/src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5102 return Kind::Blocking; in oppositeKind()
5103 case Kind::Blocking: in oppositeKind()
5121 case Kind::Blocking: in name()
5148 CalleeEC.Effect.kind() == Kind::Blocking) in canInferOnFunction()
5155 case Kind::Blocking: in canInferOnFunction()
5182 case Kind::Blocking: in shouldDiagnoseFunctionCall()
H A DTypePrinter.cpp1965 case attr::Blocking: in printAttributedAfter()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2848 case FunctionEffect::Kind::Blocking: in shouldDiagnoseConversion()
2873 case FunctionEffect::Kind::Blocking: in shouldDiagnoseRedeclaration()
2905 case FunctionEffect::Kind::Blocking: in shouldDiagnoseMethodOverride()
/src/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md9 …+ [Use Case A: Simple Blocking or Non-Blocking Application](#use-case-a--simple-blocking-or-non-bl…
147 ### Use Case A: Simple Blocking or Non-Blocking Application
H A Dquic-server-api.md312 /* Blocking example: */
/src/share/examples/ipfilter/
H A Dexamples.txt287 Blocking out all ICMP packets can be useful, but it will disable some
H A Dipf-howto.txt873 Blocking UDP instead of TCP only requires replacing
2680 Blocking icmp from the world seems kind of silly, espe-
/src/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBEGEMOT-BRIDGE-MIB.txt1162 or from the Forwarding state to the Blocking state. The trap
H A DBRIDGE-MIB.txt1161 the Blocking state. The trap is not sent if a newRoot
/src/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4680 Blocking = 3,
4736 case Kind::Blocking:
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1483 def Blocking : TypeAttr {

12