Searched defs:SANITIZER_DEADLOCK_DETECTOR_VERSION (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h19 #ifndef SANITIZER_DEADLOCK_DETECTOR_VERSION
20 # define SANITIZER_DEADLOCK_DETECTOR_VERSION 1 macro
36 #if SANITIZER_DEADLOCK_DETECTOR_VERSION == 1
39 #elif SANITIZER_DEADLOCK_DETECTOR_VERSION == 2
44 # error "BAD SANITIZER_DEADLOCK_DETECTOR_VERSION"

Completed in 222 milliseconds