HomeSort by relevance Sort by last modified time
    Searched refs:AnnotateEnableRaceDetection (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Python/
dynamic_annotations.c 112 void AnnotateEnableRaceDetection(const char *file, int line, int enable){}
  /external/python/cpython3/Include/
dynamic_annotations.h 249 AnnotateEnableRaceDetection(__FILE__, __LINE__, enable)
436 void AnnotateEnableRaceDetection(const char *file, int line, int enable);
  /external/libchrome/base/third_party/dynamic_annotations/
dynamic_annotations.c 214 void DYNAMIC_ANNOTATIONS_NAME(AnnotateEnableRaceDetection)(
dynamic_annotations.h 293 DYNAMIC_ANNOTATIONS_NAME(AnnotateEnableRaceDetection)(__FILE__, __LINE__, \
527 void DYNAMIC_ANNOTATIONS_NAME(AnnotateEnableRaceDetection)(
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 318 void INTERFACE_ATTRIBUTE AnnotateEnableRaceDetection(
320 SCOPED_ANNOTATION(AnnotateEnableRaceDetection);

Completed in 57 milliseconds