From 4b645dc8f3cb6c3a58ccd9b85962f743399dc797 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 19 Jun 2008 14:18:46 +0000 Subject: * thread.c, thread_win32.c, vm_core.h: try to remove false positive of deadlock detection. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 8d5b74c0fb..3fd26232db 100644 --- a/vm_core.h +++ b/vm_core.h @@ -442,6 +442,7 @@ struct rb_thread_struct struct rb_unblock_callback unblock; VALUE locking_mutex; VALUE keeping_mutexes; + int transition_for_lock; struct rb_vm_tag *tag; struct rb_vm_trap_tag *trap_tag; -- cgit v1.2.3