internal/ractor.h: Added
Currently it has only one function prototype.
This commit is contained in:
parent
2ade40276b
commit
5df2589b64
Notes:
git
2022-03-30 16:51:08 +09:00
6
internal/ractor.h
Normal file
6
internal/ractor.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#ifndef INTERNAL_RACTOR_H /*-*-C-*-vi:se ft=c:*/
|
||||||
|
#define INTERNAL_RACTOR_H
|
||||||
|
|
||||||
|
void rb_ractor_ensure_main_ractor(const char *msg);
|
||||||
|
|
||||||
|
#endif /* INTERNAL_RACTOR_H */
|
@ -185,8 +185,6 @@ void rb_ractor_atfork(rb_vm_t *vm, rb_thread_t *th);
|
|||||||
|
|
||||||
VALUE rb_ractor_ensure_shareable(VALUE obj, VALUE name);
|
VALUE rb_ractor_ensure_shareable(VALUE obj, VALUE name);
|
||||||
|
|
||||||
void rb_ractor_ensure_main_ractor(const char *msg);
|
|
||||||
|
|
||||||
RUBY_SYMBOL_EXPORT_BEGIN
|
RUBY_SYMBOL_EXPORT_BEGIN
|
||||||
bool rb_ractor_shareable_p_continue(VALUE obj);
|
bool rb_ractor_shareable_p_continue(VALUE obj);
|
||||||
|
|
||||||
|
2
re.c
2
re.c
@ -20,8 +20,8 @@
|
|||||||
#include "internal/imemo.h"
|
#include "internal/imemo.h"
|
||||||
#include "internal/re.h"
|
#include "internal/re.h"
|
||||||
#include "internal/string.h"
|
#include "internal/string.h"
|
||||||
|
#include "internal/ractor.h"
|
||||||
#include "internal/variable.h"
|
#include "internal/variable.h"
|
||||||
#include "ractor_core.h"
|
|
||||||
#include "regint.h"
|
#include "regint.h"
|
||||||
#include "ruby/encoding.h"
|
#include "ruby/encoding.h"
|
||||||
#include "ruby/re.h"
|
#include "ruby/re.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user