normal 27b8ef7ff7 thread.c: avoid busy looping on rb_thread_fd_close
We no longer use it this function, but extensions do, and
we need to ensure it continues to work for them.

* thread.c (rb_thread_fd_close): schedule other threads in loop
* ext/-test-/thread_fd_close/thread_fd_close.c: new file
* ext/-test-/thread_fd_close/depend: ditto
* ext/-test-/thread_fd_close/extconf.rb: ditto
* test/-ext-/thread_fd_close/test_thread_fd_close.rb: new test

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-06-07 00:32:02 +00:00
..
2017-05-18 15:13:30 +00:00
2017-04-25 19:13:26 +00:00
2017-04-07 13:26:12 +00:00
2017-05-24 13:30:54 +00:00
2017-02-24 07:39:37 +00:00
2017-03-14 15:14:21 +00:00
2017-05-15 07:02:33 +00:00
2017-03-21 03:15:57 +00:00
2017-04-25 09:23:04 +00:00
2017-05-01 02:01:38 +00:00