Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
rb_postponed_job_struct Struct Reference

Data Fields

unsigned long flags
 
struct rb_thread_structth
 
rb_postponed_job_func_t func
 
void * data
 

Detailed Description

Definition at line 1499 of file vm_trace.c.

Field Documentation

◆ data

void* rb_postponed_job_struct::data

Definition at line 1503 of file vm_trace.c.

Referenced by rb_postponed_job_flush().

◆ flags

unsigned long rb_postponed_job_struct::flags

Definition at line 1500 of file vm_trace.c.

◆ func

rb_postponed_job_func_t rb_postponed_job_struct::func

Definition at line 1502 of file vm_trace.c.

Referenced by rb_postponed_job_flush(), and rb_postponed_job_register_one().

◆ th

struct rb_thread_struct* rb_postponed_job_struct::th

Definition at line 1501 of file vm_trace.c.


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