Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
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 |
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().
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 |