reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/scudo/standalone/linux.cpp
  133   if (!Buffer || !Length || Length > MaxRandomLength)
  133   if (!Buffer || !Length || Length > MaxRandomLength)
  142       syscall(SYS_getrandom, Buffer, Length, Blocking ? 0 : GRND_NONBLOCK);
  143   if (ReadBytes == static_cast<ssize_t>(Length))
  151   ReadBytes = read(FileDesc, Buffer, Length);
  153   return (ReadBytes == static_cast<ssize_t>(Length));