HomeSort by: relevance | last modified time | path
    Searched refs:SANITIZER_DEADLOCK_DETECTOR_VERSION (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 19 #ifndef SANITIZER_DEADLOCK_DETECTOR_VERSION
20 # define SANITIZER_DEADLOCK_DETECTOR_VERSION 1
36 #if SANITIZER_DEADLOCK_DETECTOR_VERSION == 1
39 #elif SANITIZER_DEADLOCK_DETECTOR_VERSION == 2
44 # error "BAD SANITIZER_DEADLOCK_DETECTOR_VERSION"
sanitizer_deadlock_detector1.cc 20 #if SANITIZER_DEADLOCK_DETECTOR_VERSION == 1
195 #endif // #if SANITIZER_DEADLOCK_DETECTOR_VERSION == 1
sanitizer_deadlock_detector2.cc 20 #if SANITIZER_DEADLOCK_DETECTOR_VERSION == 2
424 #endif // #if SANITIZER_DEADLOCK_DETECTOR_VERSION == 2

Completed in 56 milliseconds