summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-05 08:32:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-05 08:32:23 +0000
commit85bb412ef94fc85ebc05d328e57fd4c1aaa6c63a (patch)
tree2d262dab1ff8bfd3d21bbe7e6827cefda52902bc /include
parent5425128e2b13e98fc31c7dedc65a6dac9e577ed4 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h4
1 files changed, 0 insertions, 4 deletions
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);