Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
join_arg Struct Reference

Data Fields

rb_thread_ttarget
 
rb_thread_twaiting
 
double delay
 

Detailed Description

Definition at line 832 of file thread.c.

Field Documentation

◆ delay

double join_arg::delay

Definition at line 834 of file thread.c.

Referenced by thread_join(), thread_join_m(), and thread_join_sleep().

◆ target

rb_thread_t* join_arg::target

Definition at line 833 of file thread.c.

Referenced by remove_from_join_list(), thread_join(), and thread_join_sleep().

◆ waiting

rb_thread_t * join_arg::waiting

Definition at line 833 of file thread.c.

Referenced by remove_from_join_list(), thread_join(), and thread_join_sleep().


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