Searched refs:Blocking (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | 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-14-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| HD | 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()
|
| HD | trusty.cpp | 108 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() argument
|
| HD | common.h | 163 bool getRandom(void *Buffer, uptr Length, bool Blocking = false);
|
| HD | fuchsia.cpp | 220 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() argument
|
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | BIO_s_connect.pod | 89 is set. Blocking I/O is the default. The call to BIO_set_nbio()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | 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()
|
| HD | TypePrinter.cpp | 1965 case attr::Blocking: in printAttributedAfter()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | Sema.cpp | 2848 case FunctionEffect::Kind::Blocking: in shouldDiagnoseConversion() 2873 case FunctionEffect::Kind::Blocking: in shouldDiagnoseRedeclaration() 2905 case FunctionEffect::Kind::Blocking: in shouldDiagnoseMethodOverride()
|
| HD | SemaType.cpp | 7565 ? (IsNonBlocking ? FunctionEffect::Kind::Blocking in handleNonBlockingNonAllocatingTypeAttr()
|
| /freebsd-14-stable/share/examples/ipfilter/ |
| HD | examples.txt | 287 Blocking out all ICMP packets can be useful, but it will disable some
|
| HD | ipf-howto.txt | 873 Blocking UDP instead of TCP only requires replacing 2680 Blocking icmp from the world seems kind of silly, espe-
|
| /freebsd-14-stable/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| HD | BEGEMOT-BRIDGE-MIB.txt | 1162 or from the Forwarding state to the Blocking state. The trap
|
| HD | BRIDGE-MIB.txt | 1161 the Blocking state. The trap is not sent if a newRoot
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Type.h | 4680 Blocking = 3, 4736 case Kind::Blocking:
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | Attr.td | 1483 def Blocking : TypeAttr {
|