Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <vm_core.h>
Data Fields | |
rb_unblock_function_t * | func |
void * | arg |
void* rb_unblock_callback::arg |
Definition at line 675 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 674 of file vm_core.h.
Referenced by rb_thread_call_with_gvl(), rb_threadptr_interrupt_common(), and set_unblock_function().