Home
last modified time | relevance | path

Searched defs:tsd_destructor (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp76 static void (*tsd_destructor)(void *tsd) = nullptr; variable
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp224 static void (*tsd_destructor)(void *tsd) = nullptr; global() variable