Ruby
2.5.0dev(2017-10-22revision60238)
|
Go to the source code of this file.
Data Structures | |
struct | fiddle_closure |
struct | callback_args |
Macros | |
#define | USE_FFI_CLOSURE_ALLOC 1 |
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 292 of file closure.c.
References cFiddleClosure, mFiddle, rb_cObject, rb_define_alloc_func(), rb_define_class_under(), and rb_define_module().
VALUE cFiddleClosure |
Definition at line 6 of file closure.c.
Referenced by Init_fiddle_closure().
const rb_data_type_t closure_data_type |