From a5768742e87535126da4a515adb8e9892291e2e0 Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 12 Jan 2009 01:43:23 +0000 Subject: * thread.c: fix comment (terminology: Global VM Lock). * thread.c (blocking_region_begin, blocking_region_end): save and clear th->blocking_region_buffer. * thread.c (rb_thread_call_with_gvl): check if it has GVL. * thread.c (ruby_thread_has_gvl_p): added. * vm_core.h: add decls. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 461c04731..b69568df5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon Jan 12 10:39:19 2009 Koichi Sasada + + * thread.c: fix comment (terminology: Global VM Lock). + + * thread.c (blocking_region_begin, blocking_region_end): + save and clear th->blocking_region_buffer. + + * thread.c (rb_thread_call_with_gvl): check if it has GVL. + + * thread.c (ruby_thread_has_gvl_p): added. + + * vm_core.h: add decls. + Mon Jan 12 10:21:11 2009 Koichi Sasada * eval.c: remove unused decl. -- cgit