[coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178)
commitc382b03fd514cf0e701a87d1e3ea5a2f520fdc07
authorLudovic Henry <luhenry@microsoft.com>
Thu, 22 Feb 2018 23:53:20 +0000 (22 18:53 -0500)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2018 23:53:20 +0000 (22 18:53 -0500)
treecb5c918c6471b1612735cb979bf597ceb51a7e0b
parent8900231c8b0906195ced996b81029ac5b691166a
[coop] Rename mono_threads_is_coop_enabled to convay better its semantic (#7178)

mono_threads_is_safepoints_enabled is used to check if cooperative suspend safepoints are enabled, while mono_threads_is_blocking_transition_enabled is used to check if GC safe/unsafe transition are enabled.
13 files changed:
mono/metadata/mono-hash.c
mono/metadata/threads.c
mono/mini/aot-compiler.c
mono/mini/aot-runtime.c
mono/mini/mini-amd64.c
mono/mini/mini-arm.c
mono/mini/mini-runtime.c
mono/mini/mini-s390x.c
mono/mini/mini-x86.c
mono/mini/mini.c
mono/utils/mono-threads-coop.c
mono/utils/mono-threads-coop.h
mono/utils/mono-threads.c