[sgen] Use an OS mutex for memory governor log entries
authorAleksey Kliger <aleksey@xamarin.com>
Wed, 5 Jul 2017 14:33:26 +0000 (10:33 -0400)
committerAleksey Kliger (λgeek) <akliger@gmail.com>
Wed, 5 Jul 2017 17:38:48 +0000 (13:38 -0400)
commit1f93e5326cc89b025f164682c1a8526a75a49734
treeffdd3e54705f1d7be8e50df4b72e3e21002dd152
parentee6c6efcfc6f55adf8372b5c856f37ce6d284f01
[sgen] Use an OS mutex for memory governor log entries

The mutex is used by sgen worker threads that are not attached to the mono
runtime - they cannot use a coop mutex.
mono/sgen/sgen-memory-governor.c