Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
dynamic_annotations.c | 13-Nov-2012 | 7.2K | |
dynamic_annotations.gyp | 13-Nov-2012 | 1.2K | |
dynamic_annotations.h | 13-Nov-2012 | 26K | |
LICENSE | 13-Nov-2012 | 1.4K | |
README.chromium | 13-Nov-2012 | 550 |
1 Name: dynamic annotations 2 URL: http://code.google.com/p/data-race-test/wiki/DynamicAnnotations 3 4 One header and one source file (dynamic_annotations.h and dynamic_annotations.c) 5 in this directory define runtime macros useful for annotating synchronization 6 utilities and benign data races so data race detectors can handle Chromium code 7 with better precision. 8 9 These files were taken from 10 http://code.google.com/p/data-race-test/source/browse/?r=2062#svn/trunk/dynamic_annotations 11 The files are covered under BSD license as described within the files. 12