diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-08 12:06:08 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-08 12:06:08 +0000 |
| commit | a74230c45de8337ccf78ff8b48d094d622bf2c69 (patch) | |
| tree | c0e45540b831e747f10544c63cc56e57d89b76ca /ChangeLog | |
| parent | 6f088f38bd8ec794671c018ca9c6e79e580c2acb (diff) | |
| download | ruby-a74230c45de8337ccf78ff8b48d094d622bf2c69.tar.gz ruby-a74230c45de8337ccf78ff8b48d094d622bf2c69.tar.xz ruby-a74230c45de8337ccf78ff8b48d094d622bf2c69.zip | |
* thread.c (GVL_UNLOCK_RANGE): rename to BLOCKING_REGION().
* thread.c (rb_thread_run_parallel): rename to
rb_thread_blocking_region().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Feb 8 21:02:07 2007 Koichi Sasada <ko1@atdot.net> + + * thread.c (GVL_UNLOCK_RANGE): rename to BLOCKING_REGION(). + + * thread.c (rb_thread_run_parallel): rename to + rb_thread_blocking_region(). + Thu Feb 8 15:48:44 2007 Koichi Sasada <ko1@atdot.net> * yarvcore.h, thread.c: fix to use pthread on cygwin. |
