| Ruby
    2.5.0dev(2017-10-22revision60238)
    | 
Go to the source code of this file.
| Data Structures | |
| struct | rb_thread_cond_struct | 
| struct | native_thread_data_struct | 
| struct | rb_global_vm_lock_struct | 
| Macros | |
| #define | RB_NATIVETHREAD_LOCK_INIT PTHREAD_MUTEX_INITIALIZER | 
| #define | RB_NATIVETHREAD_COND_INIT { PTHREAD_COND_INITIALIZER, } | 
| Typedefs | |
| typedef struct rb_thread_cond_struct | rb_nativethread_cond_t | 
| typedef struct native_thread_data_struct | native_thread_data_t | 
| typedef struct rb_global_vm_lock_struct | rb_global_vm_lock_t | 
| #define RB_NATIVETHREAD_COND_INIT { PTHREAD_COND_INITIALIZER, } | 
Definition at line 19 of file thread_pthread.h.
| #define RB_NATIVETHREAD_LOCK_INIT PTHREAD_MUTEX_INITIALIZER | 
Definition at line 18 of file thread_pthread.h.
| typedef struct native_thread_data_struct native_thread_data_t | 
| typedef struct rb_global_vm_lock_struct rb_global_vm_lock_t | 
| typedef struct rb_thread_cond_struct rb_nativethread_cond_t | 
 1.8.13
 1.8.13