HomeSort by: relevance | last modified time | path
    Searched defs:GRND_NONBLOCK (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
sys_random.in.h 51 #ifndef GRND_NONBLOCK
52 # define GRND_NONBLOCK 1
  /src/external/gpl3/gdb.old/dist/gnulib/import/
sys_random.in.h 51 #ifndef GRND_NONBLOCK
52 # define GRND_NONBLOCK 1
  /src/sys/sys/
random.h 39 #define GRND_NONBLOCK (1u << 0)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc 142 # if !defined(GRND_NONBLOCK)
143 # define GRND_NONBLOCK 1
2095 blocking ? 0 : GRND_NONBLOCK);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_linux.cpp 147 # if !defined(GRND_NONBLOCK)
148 # define GRND_NONBLOCK 1
2462 blocking ? 0 : GRND_NONBLOCK);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux.cpp 143 # if !defined(GRND_NONBLOCK)
144 # define GRND_NONBLOCK 1
2329 blocking ? 0 : GRND_NONBLOCK);
  /src/external/mit/expat/dist/lib/
xmlparse.c 131 # if ! defined(GRND_NONBLOCK)
132 # define GRND_NONBLOCK 0x0001
133 # endif /* defined(GRND_NONBLOCK) */
818 const unsigned int getrandomFlags = GRND_NONBLOCK;

Completed in 40 milliseconds