diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-30 00:41:32 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-30 00:41:32 +0000 |
| commit | 9b653b820ceed7c79ff465ada722c9b28a49b089 (patch) | |
| tree | 4cb7c2135f1e4b6fcfbf4b838c538da62747a616 | |
| parent | 57124d72df0cee781c0ce5136d3f28d324e192ff (diff) | |
| download | ruby-9b653b820ceed7c79ff465ada722c9b28a49b089.tar.gz ruby-9b653b820ceed7c79ff465ada722c9b28a49b089.tar.xz ruby-9b653b820ceed7c79ff465ada722c9b28a49b089.zip | |
* thread_pthread.ci (thread_timer): must not be applied to trunk.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | thread_pthread.ci | 5 |
2 files changed, 0 insertions, 11 deletions
@@ -1,9 +1,3 @@ -Wed May 30 04:29:43 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> - - * thread_pthread.ci (thread_timer): timer thread should not - receive any signals. submitted by Sylvain Joyeux. - [ruby-core:08546] - Wed May 30 04:18:37 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_eval_cmd): just return if no exceptions. diff --git a/thread_pthread.ci b/thread_pthread.ci index 61ef65a47..43dac0be5 100644 --- a/thread_pthread.ci +++ b/thread_pthread.ci @@ -462,11 +462,6 @@ static void timer_thread_function(void); static void * thread_timer(void *dummy) { - sigset_t all_signals; - - sigfillset(&all_signals); - pthread_sigmask(SIG_BLOCK, &all_signals, 0); - while (system_working) { #ifdef HAVE_NANOSLEEP struct timespec req, rem; |
