Searched refs:SANITIZER_DEADLOCK_DETECTOR_VERSION (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp19 #if SANITIZER_DEADLOCK_DETECTOR_VERSION == 2
423 #endif // #if SANITIZER_DEADLOCK_DETECTOR_VERSION == 2
H A Dsanitizer_deadlock_detector1.cpp19 #if SANITIZER_DEADLOCK_DETECTOR_VERSION == 1
194 #endif // #if SANITIZER_DEADLOCK_DETECTOR_VERSION == 1
H A Dsanitizer_deadlock_detector_interface.h18 #ifndef SANITIZER_DEADLOCK_DETECTOR_VERSION
19 # define SANITIZER_DEADLOCK_DETECTOR_VERSION 1 macro
35 #if SANITIZER_DEADLOCK_DETECTOR_VERSION == 1
38 #elif SANITIZER_DEADLOCK_DETECTOR_VERSION == 2
43 # error "BAD SANITIZER_DEADLOCK_DETECTOR_VERSION"

Completed in 112 milliseconds