Ruby
1.9.3p484(2013-11-22revision43786)
|
#include <vm_core.h>
Data Fields | |
rb_unblock_function_t * | func |
void * | arg |
void* rb_unblock_callback::arg |
Definition at line 382 of file vm_core.h.
Referenced by rb_thread_call_with_gvl(), rb_threadptr_interrupt(), set_unblock_function(), and thread_fd_close_i().
rb_unblock_function_t* rb_unblock_callback::func |
Definition at line 381 of file vm_core.h.
Referenced by rb_thread_call_with_gvl(), rb_threadptr_interrupt(), set_unblock_function(), and thread_fd_close_i().