Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Hasitzka <cherusker@users.noreply.github.com>2017-08-10 17:16:02 +0300
committerBernhard Urban <bernhard.urban@xamarin.com>2017-08-10 17:16:02 +0300
commitbc843021962c29afaee306a430c7e3c01c84677b (patch)
tree849c6f2cf61d1087b0b5c14b5eabb06276e0539e /msvc/libmonoutils.vcxproj.filters
parenta46c58788023c80fe43bd63ce413c84ae95d2ea5 (diff)
[TSan] Yet another idea about whitelisting data races (#5310)
* Introduce racing.h - introduce the `RacingIncrement* ()` functions - test the `RacingIncrement* ()` functions with races of `mono_stats` in class.c - add racing.h to Makefile.am, libmonoutils.vcxproj and msvc/libmonoutils.vcxproj.filters * [fixup!] Rename "racing" to "unlocked" - rename racing.h to unlocked.h - update new file name in Makefile.am and *.vcxproj* files - rename the functions from Racing* to Unlocked* - update the macro logic
Diffstat (limited to 'msvc/libmonoutils.vcxproj.filters')
-rw-r--r--msvc/libmonoutils.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/msvc/libmonoutils.vcxproj.filters b/msvc/libmonoutils.vcxproj.filters
index 30b819626b6..30badee3648 100644
--- a/msvc/libmonoutils.vcxproj.filters
+++ b/msvc/libmonoutils.vcxproj.filters
@@ -426,6 +426,9 @@
<ClInclude Include="..\mono\utils\os-event.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="..\mono\utils\unlocked.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="Header Files">