* thread.c (rb_thread_stop_timer_thread): should clear
timer_thread_id after stopping it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9c77076296
commit
707c50d341
@ -1,3 +1,8 @@
|
|||||||
|
Tue Apr 22 13:19:48 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
|
* thread.c (rb_thread_stop_timer_thread): should clear
|
||||||
|
timer_thread_id after stopping it.
|
||||||
|
|
||||||
Tue Apr 22 13:12:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Tue Apr 22 13:12:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* thread.c (thread_join): remove the current thread from the join list
|
* thread.c (thread_join): remove the current thread from the join list
|
||||||
|
@ -155,7 +155,3 @@ assert_equal 'ok', %q{
|
|||||||
:ng
|
:ng
|
||||||
end
|
end
|
||||||
}, "[ruby-dev:34236]"
|
}, "[ruby-dev:34236]"
|
||||||
|
|
||||||
assert_normal_exit %q{
|
|
||||||
exec "/"
|
|
||||||
}
|
|
||||||
|
@ -229,3 +229,8 @@ assert_finish 3, %{
|
|||||||
end
|
end
|
||||||
th.join
|
th.join
|
||||||
}
|
}
|
||||||
|
|
||||||
|
assert_normal_exit %q{
|
||||||
|
STDERR.reopen(STDOUT)
|
||||||
|
exec "/"
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user