diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-08 12:38:57 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-08 12:38:57 +0000 |
commit | 0852b7743b523fb25348eacd8d9396772d370b3a (patch) | |
tree | 74e1f534958835c2d7c57b04d46fa9b0ec1c4e25 | |
parent | d7b8efd872571bdf815540c902da254c3e6ea3a4 (diff) |
* thread.c (lock_func): optimized. based on a patch from Sylvain
Joyeux in [ruby-Patches-19362].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ -Tue Apr 8 21:36:40 2008 Nobuyoshi Nakada <[email protected]> +Tue Apr 8 21:38:55 2008 Nobuyoshi Nakada <[email protected]> + + * thread.c (lock_func): optimized. based on a patch from Sylvain + Joyeux in [ruby-Patches-19362]. * thread.c (rb_mutex_sleep): ensures to re-acquire at waking up. [ruby-Patches-19361] |