Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
unsigned long | flags |
struct rb_thread_struct * | th |
rb_postponed_job_func_t | func |
void * | data |
Definition at line 1513 of file vm_trace.c.
void* rb_postponed_job_struct::data |
Definition at line 1517 of file vm_trace.c.
Referenced by postponed_job_register(), and rb_postponed_job_flush().
unsigned long rb_postponed_job_struct::flags |
Definition at line 1514 of file vm_trace.c.
Referenced by postponed_job_register().
rb_postponed_job_func_t rb_postponed_job_struct::func |
Definition at line 1516 of file vm_trace.c.
Referenced by postponed_job_register(), rb_postponed_job_flush(), and rb_postponed_job_register_one().
struct rb_thread_struct* rb_postponed_job_struct::th |
Definition at line 1515 of file vm_trace.c.
Referenced by postponed_job_register().