Home
last modified time | relevance | path

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

/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.cpp178 // Blocking is possibly unused if the getrandom block is not compiled in. in getRandom()
179 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
189 syscall(SYS_getrandom, Buffer, Length, Blocking ? 0 : GRND_NONBLOCK); in getRandom()
194 // Blocking is moot here, O_NONBLOCK has no effect when opening /dev/urandom. in getRandom()
172 getRandom(void * Buffer,uptr Length,UNUSED bool Blocking) getRandom() argument
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.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
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_connect.pod89 is set. Blocking I/O is the default. The call to BIO_set_nbio()
/freebsd/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()
/freebsd/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()
H A DSemaType.cpp7565 ? (IsNonBlocking ? FunctionEffect::Kind::Blocking in handleNonBlockingNonAllocatingTypeAttr()
/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.h4680 Blocking = 3,
4736 case Kind::Blocking:
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1483 def Blocking : TypeAttr {