Add debug messages on thread suspend/resume (Win32)
authorIvan Maidanski <ivmai@mail.ru>
Mon, 16 Sep 2019 07:41:11 +0000 (10:41 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 16 Sep 2019 07:41:11 +0000 (10:41 +0300)
commitfa8b4826dab484ed304f29730e4e329be0696e93
treed7e6440b59f51020906e36d6837c04b7f586281a
parent8f428a0f4722f056142170dd8cb68d3ed50f462c
Add debug messages on thread suspend/resume (Win32)

The messages are similar to the ones for Darwin.

* win32_threads.c [DEBUG_THREADS] (GC_suspend): Log a message that the
thread is going to be suspended.
* win32_threads.c [DEBUG_THREADS] (GC_start_world): Log a message
whether the thread is going to be resumed or it cannot be resumed
because it is not suspended.
win32_threads.c