Ruby  1.9.3p551(2014-11-13revision48407)
Data Fields
join_arg Struct Reference

Data Fields

rb_thread_ttarget
 
rb_thread_twaiting
 
double limit
 
int forever
 

Detailed Description

Definition at line 667 of file thread.c.

Field Documentation

◆ forever

int join_arg::forever

Definition at line 670 of file thread.c.

Referenced by thread_join().

◆ limit

double join_arg::limit

Definition at line 669 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 668 of file thread.c.

Referenced by thread_join().

◆ waiting

rb_thread_t * join_arg::waiting

Definition at line 668 of file thread.c.

Referenced by thread_join().


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