OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SANITIZER_DEADLOCK_DETECTOR_VERSION
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/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
428
#endif // #if
SANITIZER_DEADLOCK_DETECTOR_VERSION
== 2
Completed in 123 milliseconds