Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp32 volatile int __tsan_resumed = 0; variable
35 __tsan_resumed = 1; in __tsan_resume()
748 while (__tsan_resumed == 0) {} in Initialize()