1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Move declarations to private internal/thread.h header.

This commit is contained in:
Samuel Williams 2020-07-20 12:42:57 +12:00
parent f3462d99a3
commit 1b3a6847be
Notes: git 2020-07-20 10:21:24 +09:00
2 changed files with 4 additions and 5 deletions

View file

@ -71,11 +71,6 @@ 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_scheduler_get(VALUE);
VALUE rb_thread_scheduler_set(VALUE, VALUE);
VALUE rb_thread_scheduler_if_nonblocking(VALUE thread);
RBIMPL_SYMBOL_EXPORT_END()
#endif /* RBIMPL_INTERN_THREAD_H */