Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp224 static __declspec(thread) void *fake_tsd = 0; variable
257 return IsTlsInitialized() ? fake_tsd : nullptr; in AsanTSDGet()
262 fake_tsd = tsd; in AsanTSDSet()