mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
fix public interface
To make some kind of Ractor related extensions, some functions should be exposed. * include/ruby/thread_native.h * rb_native_mutex_* * rb_native_cond_* * include/ruby/ractor.h * RB_OBJ_SHAREABLE_P(obj) * rb_ractor_shareable_p(obj) * rb_ractor_std*() * rb_cRactor and rm ractor_pub.h and rename srcdir/ractor.h to srcdir/ractor_core.h (to avoid conflict with include/ruby/ractor.h)
This commit is contained in:
parent
0683912db8
commit
5e3259ea74
Notes:
git
2020-11-18 03:53:22 +09:00
23 changed files with 121 additions and 135 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "vm_core.h"
|
||||
#include "vm_sync.h"
|
||||
#include "ractor.h"
|
||||
#include "ractor_core.h"
|
||||
#include "vm_debug.h"
|
||||
#include "gc.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue