Searched refs:fake_tsd (Results 1 – 2 of 2) sorted by relevance
177 static __declspec(thread) void *fake_tsd = 0; variable186 return fake_tsd; in AsanTSDGet()191 fake_tsd = tsd; in AsanTSDSet()
203 static __declspec(thread) void *fake_tsd = 0; variable236 return IsTlsInitialized() ? fake_tsd : nullptr; in AsanTSDGet()241 fake_tsd = tsd; in AsanTSDSet()