ruby-cvs:23937
From: nobu ruby-lang.org
Date: Fri, 30 May 2008 10:52:38 +0900 (JST)
Subject: [ruby-cvs:23937] Ruby:r16699 (trunk): * vm_core.h (struct rb_unblock_callback), thread.c
nobu 2008-05-30 10:52:38 +0900 (Fri, 30 May 2008)
New Revision: 16699
Modified files:
trunk/thread.c
trunk/thread_pthread.c
trunk/thread_win32.c
trunk/vm_core.h
Log:
* vm_core.h (struct rb_unblock_callback), thread.c
(set_unblock_function), thread_{pthread,win32}.c (native_sleep):
extracted from struct rb_thread_struct.
* thread.c (reset_unblock_function): not check interrupts at leaving
blocking region. [ruby-dev:34874]
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/thread_win32.c?r1=16699&r2=16698&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/thread.c?r1=16699&r2=16698&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm_core.h?r1=16699&r2=16698&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/thread_pthread.c?r1=16699&r2=16698&diff_format=u