Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp2402 static atomic_uint8_t skip_getrandom_syscall; in GetRandom() local
2403 if (!atomic_load_relaxed(&skip_getrandom_syscall)) { in GetRandom()
2409 atomic_store_relaxed(&skip_getrandom_syscall, 1); in GetRandom()