Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp2353 static atomic_uint8_t skip_getrandom_syscall; in GetRandom() local
2354 if (!atomic_load_relaxed(&skip_getrandom_syscall)) { in GetRandom()
2360 atomic_store_relaxed(&skip_getrandom_syscall, 1); in GetRandom()