[gc] Replace domain finalizer request cond+mutex by a semaphore
commit99816b850b0f9eaaea1001bb8fe154cab2dbc5eb
authorLudovic Henry <ludovic@xamarin.com>
Fri, 29 Jul 2016 22:40:13 +0000 (30 00:40 +0200)
committerLudovic Henry <ludovic@xamarin.com>
Sat, 30 Jul 2016 09:58:41 +0000 (30 11:58 +0200)
treea8dd66a0098575e6ff44289c9a4a02560d49aab3
parentd0fef1f2b4b00e7110d7f660499fd6ebc985a180
[gc] Replace domain finalizer request cond+mutex by a semaphore

This is possible because we only wait for it at one place, and only post it at one other place.
mono/metadata/gc.c