Expand the scope of the event_buf_mutex to cover io_manager_event
authorSimon Marlow <marlowsd@gmail.com>
Tue, 20 Apr 2010 12:20:26 +0000 (12:20 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 20 Apr 2010 12:20:26 +0000 (12:20 +0000)
commit5a252eb7bbbe655f63f65e012b8176fd1dd6953f
treee0f0170745b06eb6a789127256460fd2ce666f52
parent7be227dcf505a16b1b63a9fe3cbea87127b70b52
Expand the scope of the event_buf_mutex to cover io_manager_event
I once saw a failure that I think was due to a race on
io_manager_event, this should fix it.
rts/win32/ThrIOManager.c