[runtime] Add concurrent read variant of MonoGHashTable name MonoConcGHashTable.
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 29 May 2017 00:24:58 +0000 (17:24 -0700)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 29 May 2017 00:42:54 +0000 (17:42 -0700)
commit3a0d3e1169c9f3b927249fb07fcd70e0b0d0c421
treedf2cc0a5b041ce30c6908c172ee83be4616c51a8
parent5c7f10154fbf2be1251732cc52af9fdf962f8d3b
[runtime] Add concurrent read variant of MonoGHashTable name MonoConcGHashTable.

Use the same design as MonoConcHashTable.

Aaaaand confusing name will confuse.
mono/metadata/Makefile.am
mono/metadata/mono-conc-hash.c [new file with mode: 0644]
mono/metadata/mono-conc-hash.h [new file with mode: 0644]