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