|
Ruby
2.0.0p648(2015-12-16revision53162)
|
#include <vm_core.h>
Data Fields | |
| rb_unblock_function_t * | func |
| void * | arg |
| void* rb_unblock_callback::arg |
Definition at line 481 of file vm_core.h.
Referenced by rb_thread_call_with_gvl(), rb_threadptr_interrupt_common(), and set_unblock_function().
| rb_unblock_function_t* rb_unblock_callback::func |
Definition at line 480 of file vm_core.h.
Referenced by rb_thread_call_with_gvl(), rb_threadptr_interrupt_common(), and set_unblock_function().
1.8.14