Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
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 |
Definition at line 289 of file closure.c.
References cFiddleClosure, mFiddle, rb_cObject, rb_define_alloc_func(), rb_define_class_under(), and rb_define_module().
Definition at line 1705 of file thread.c.
Referenced by rb_fatal().
VALUE cFiddleClosure |
Definition at line 6 of file closure.c.
Referenced by Init_fiddle_closure().
const rb_data_type_t closure_data_type |