From 85bb412ef94fc85ebc05d328e57fd4c1aaa6c63a Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 5 Jul 2012 08:32:23 +0000 Subject: ThreadShield * internal.h: move ThreadShield declarations from intern.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/intern.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 30c11a180f..5328f2c080 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -835,10 +835,6 @@ VALUE rb_mutex_lock(VALUE mutex); VALUE rb_mutex_unlock(VALUE mutex); VALUE rb_mutex_sleep(VALUE self, VALUE timeout); VALUE rb_mutex_synchronize(VALUE mutex, VALUE (*func)(VALUE arg), VALUE arg); -VALUE rb_thread_shield_new(void); -VALUE rb_thread_shield_wait(VALUE self); -VALUE rb_thread_shield_release(VALUE self); -VALUE rb_thread_shield_destroy(VALUE self); /* time.c */ VALUE rb_time_new(time_t, long); VALUE rb_time_nano_new(time_t, long); -- cgit v1.2.3