Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h205 MutexTypeAtExit, enumerator
H A Dtsan_rtl.cpp1103 {MutexTypeAtExit, "AtExit", {}},
H A Dtsan_interceptors_posix.cpp199 InterceptorContext() : libignore(LINKER_INITIALIZED), atexit_mu(MutexTypeAtExit), AtExitStack() {} in InterceptorContext()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_defs.h227 MutexTypeAtExit, enumerator
H A Dtsan_rtl.cpp802 {MutexTypeAtExit, "AtExit", {MutexTypeSyncVar}},
H A Dtsan_interceptors_posix.cpp199 InterceptorContext() : libignore(LINKER_INITIALIZED), atexit_mu(MutexTypeAtExit), AtExitStack() {} in InterceptorContext()