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