Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
Go to the source code of this file.
Data Structures | |
struct | fiddle_closure |
struct | callback_args |
Macros | |
#define | USE_FFI_CLOSURE_ALLOC 0 |
Functions | |
int | ruby_thread_has_gvl_p (void) |
void | Init_fiddle_closure (void) |
Variables | |
VALUE | cFiddleClosure |
const rb_data_type_t | closure_data_type |
void Init_fiddle_closure | ( | void | ) |
Definition at line 307 of file closure.c.
References cFiddleClosure, mFiddle, rb_cObject, rb_define_alloc_func(), rb_define_class_under(), and rb_define_module().
int ruby_thread_has_gvl_p | ( | void | ) |
Definition at line 1938 of file thread.c.
Referenced by rb_fatal(), rb_funcallv(), and rb_funcallv_kw().
VALUE cFiddleClosure |
Definition at line 6 of file closure.c.
Referenced by Init_fiddle_closure().
const rb_data_type_t closure_data_type |