Home | History | Annotate | only in /external/chromium_org/base/third_party/dynamic_annotations
Up to higher level directory
NameDateSize
dynamic_annotations.c06-Dec-20139.3K
dynamic_annotations.gyp06-Dec-20131.2K
dynamic_annotations.h06-Dec-201326.4K
dynamic_annotations.target.darwin-arm.mk06-Dec-20135.7K
dynamic_annotations.target.darwin-mips.mk06-Dec-20135.6K
dynamic_annotations.target.darwin-x86.mk06-Dec-20135.7K
dynamic_annotations.target.linux-arm.mk06-Dec-20135.7K
dynamic_annotations.target.linux-mips.mk06-Dec-20135.6K
dynamic_annotations.target.linux-x86.mk06-Dec-20135.7K
LICENSE06-Dec-20131.4K
README.chromium06-Dec-2013571

README.chromium

      1 Name: dynamic annotations
      2 URL: http://code.google.com/p/data-race-test/wiki/DynamicAnnotations
      3 Version: 4384
      4 License: BSD
      5 
      6 One header and one source file (dynamic_annotations.h and dynamic_annotations.c)
      7 in this directory define runtime macros useful for annotating synchronization
      8 utilities and benign data races so data race detectors can handle Chromium code
      9 with better precision.
     10 
     11 These files were taken from
     12 http://code.google.com/p/data-race-test/source/browse/?#svn/trunk/dynamic_annotations
     13 The files are covered under BSD license as described within the files.
     14