Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp2266 static atomic_uint8_t skip_getrandom_syscall; in GetRandom() local
2267 if (!atomic_load_relaxed(&skip_getrandom_syscall)) { in GetRandom()
2273 atomic_store_relaxed(&skip_getrandom_syscall, 1); in GetRandom()