Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_posix.cpp76 static void (*tsd_destructor)(void *tsd) = nullptr; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_linux.cpp181 static void (*tsd_destructor)(void *tsd) = nullptr; variable