Home
last modified time | relevance | path

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

12

/freebsd/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.
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp182 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 Dtrusty.cpp108 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 Dcommon.h185 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
/freebsd/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()
/freebsd/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
/freebsd/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)
/freebsd/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
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp210 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 DType.cpp5402 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 DTypePrinter.cpp2054 case attr::Blocking: in printAttributedAfter()
/freebsd/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: */
/freebsd/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-
/freebsd/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
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4795 Blocking,
4850 case Kind::Blocking:
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp861 else if (Fe.Effect.kind() == FunctionEffect::Kind::Blocking) in StartFunction()

12