1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/library/conditionvariable
eregon c742050ea5 Revert r64441
* This reverts commit 647fc1227a:
  "thread_sync.c (rb_mutex_synchronize): only unlock if we own the mutex"
* Let's try to preserve the semantics of always being locked inside
  Mutex#synchronize, even if an exception interrupts ConditionVariable#wait.
* As discussed on [Bug #14999].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-08-18 13:52:53 +00:00
..
broadcast_spec.rb Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
marshal_dump_spec.rb Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
signal_spec.rb Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
wait_spec.rb Revert r64441 2018-08-18 13:52:53 +00:00