#include <vm_core.h>
Data Fields | |
| rb_unblock_function_t * | func |
| void * | arg |
Definition at line 479 of file vm_core.h.
| void* rb_unblock_callback::arg |
Definition at line 481 of file vm_core.h.
Referenced by native_sleep(), 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 native_sleep(), rb_thread_call_with_gvl(), rb_threadptr_interrupt_common(), and set_unblock_function().
1.6.1