Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
dynamic_annotations.c | 06-Dec-2013 | 9.3K | |
dynamic_annotations.gyp | 06-Dec-2013 | 1.2K | |
dynamic_annotations.h | 06-Dec-2013 | 26.4K | |
dynamic_annotations.target.darwin-arm.mk | 06-Dec-2013 | 5.7K | |
dynamic_annotations.target.darwin-mips.mk | 06-Dec-2013 | 5.6K | |
dynamic_annotations.target.darwin-x86.mk | 06-Dec-2013 | 5.7K | |
dynamic_annotations.target.linux-arm.mk | 06-Dec-2013 | 5.7K | |
dynamic_annotations.target.linux-mips.mk | 06-Dec-2013 | 5.6K | |
dynamic_annotations.target.linux-x86.mk | 06-Dec-2013 | 5.7K | |
LICENSE | 06-Dec-2013 | 1.4K | |
README.chromium | 06-Dec-2013 | 571 |
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