| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSchedule.td | 56 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 D | linux.cpp | 179 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 D | trusty.cpp | 108 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() argument
|
| H A D | common.h | 163 bool getRandom(void *Buffer, uptr Length, bool Blocking = false);
|
| H A D | fuchsia.cpp | 220 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() argument
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_set_blocking_mode.pod | 28 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 D | SSL_CTX_set_domain_flags.pod | 68 L<openssl-quic-concurrency(7)/Legacy Blocking Support Compatibility>.
|
| H A D | BIO_s_connect.pod | 94 is set. Blocking I/O is the default. The call to BIO_set_nbio()
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-io-arch.md | 65 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 D | quic-concurrency.md | 48 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 D | quic-api.md | 48 - [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 D | WINDOWS.md | 46 - 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 D | README.md | 89 * S: Blocking (Synchronous)
|
| /src/crypto/openssl/doc/man7/ |
| H A D | openssl-quic-concurrency.pod | 141 =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 D | Type.cpp | 5102 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 D | TypePrinter.cpp | 1965 case attr::Blocking: in printAttributedAfter()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 2848 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 D | quic-polling.md | 9 …+ [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 D | quic-server-api.md | 312 /* Blocking example: */
|
| /src/share/examples/ipfilter/ |
| H A D | examples.txt | 287 Blocking out all ICMP packets can be useful, but it will disable some
|
| H A D | ipf-howto.txt | 873 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 D | BEGEMOT-BRIDGE-MIB.txt | 1162 or from the Forwarding state to the Blocking state. The trap
|
| H A D | BRIDGE-MIB.txt | 1161 the Blocking state. The trap is not sent if a newRoot
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 4680 Blocking = 3, 4736 case Kind::Blocking:
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 1483 def Blocking : TypeAttr {
|