Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_unblock_callback Struct Reference

#include <vm_core.h>

Data Fields

rb_unblock_function_tfunc
 
void * arg
 

Detailed Description

Definition at line 826 of file vm_core.h.

Field Documentation

◆ arg

void* rb_unblock_callback::arg

Definition at line 828 of file vm_core.h.

Referenced by rb_thread_call_with_gvl().

◆ func

rb_unblock_function_t* rb_unblock_callback::func

Definition at line 827 of file vm_core.h.

Referenced by rb_thread_call_with_gvl().


The documentation for this struct was generated from the following file: