Searched refs:MutexTypeAtExit (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_defs.h | 205 MutexTypeAtExit, enumerator
|
| H A D | tsan_rtl.cpp | 1103 {MutexTypeAtExit, "AtExit", {}},
|
| H A D | tsan_interceptors_posix.cpp | 199 InterceptorContext() : libignore(LINKER_INITIALIZED), atexit_mu(MutexTypeAtExit), AtExitStack() {} in InterceptorContext()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_defs.h | 227 MutexTypeAtExit, enumerator
|
| H A D | tsan_rtl.cpp | 802 {MutexTypeAtExit, "AtExit", {MutexTypeSyncVar}},
|
| H A D | tsan_interceptors_posix.cpp | 199 InterceptorContext() : libignore(LINKER_INITIALIZED), atexit_mu(MutexTypeAtExit), AtExitStack() {} in InterceptorContext()
|