| /freebsd/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.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | linux.cpp | 182 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() argument 192 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() 106 getRandom(UNUSED void * Buffer,UNUSED uptr Length,UNUSED bool Blocking) getRandom() argument
|
| H A D | common.h | 185 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
|
| /freebsd/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()
|
| /freebsd/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
|
| /freebsd/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)
|
| /freebsd/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
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFunctionEffects.cpp | 210 Result.insert(FunctionEffect(FunctionEffect::Kind::Blocking)); in getBuiltinFunctionEffects() 1580 case FunctionEffect::Kind::Blocking: in shouldDiagnoseConversion() 1604 case FunctionEffect::Kind::Blocking: in shouldDiagnoseRedeclaration() 1634 case FunctionEffect::Kind::Blocking: in shouldDiagnoseMethodOverride()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 5402 return Kind::Blocking; in oppositeKind() 5403 case Kind::Blocking: in oppositeKind() 5419 case Kind::Blocking: in name() 5437 if (kind() == Kind::NonBlocking && Effect.kind() == Kind::Blocking) in effectProhibitingInference() 5444 case Kind::Blocking: in effectProhibitingInference() 5468 case Kind::Blocking: in shouldDiagnoseFunctionCall()
|
| H A D | TypePrinter.cpp | 2054 case attr::Blocking: in printAttributedAfter()
|
| /freebsd/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: */
|
| /freebsd/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-
|
| /freebsd/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
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 4795 Blocking, 4850 case Kind::Blocking:
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 861 else if (Fe.Effect.kind() == FunctionEffect::Kind::Blocking) in StartFunction()
|