[runtime] Add mono_current_thread_has_handle_block_guard callback to the runtime...
authorRodrigo Kumpera <kumpera@gmail.com>
Thu, 25 Aug 2016 23:37:36 +0000 (16:37 -0700)
committerRodrigo Kumpera <kumpera@gmail.com>
Thu, 1 Sep 2016 00:45:31 +0000 (17:45 -0700)
commit48d1f5cd094b456e076d46ecf76591c7da55c037
tree5e4147503ce1d03e143cea112c6f067d38378804
parentda7e234b3c4e64495aa4b6e5d47ae9e790e818a5
[runtime] Add mono_current_thread_has_handle_block_guard callback to the runtime EH callbacks.

This callback allows the runtime to query mini on whether there's a block guard in play.
It allows for the runtime to correctly decide when to start an abort.
mono/metadata/object-internals.h
mono/mini/mini-exceptions.c