Ruby  2.1.10p492(2016-04-01revision54464)
Data Structures | Typedefs
thread_pthread.h File Reference
#include <pthread.h>
#include <semaphore.h>

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
 

Typedefs

typedef pthread_t rb_nativethread_id_t
 
typedef pthread_mutex_t rb_nativethread_lock_t
 
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
 

Typedef Documentation

◆ native_thread_data_t

◆ rb_global_vm_lock_t

◆ rb_nativethread_cond_t

◆ rb_nativethread_id_t

typedef pthread_t rb_nativethread_id_t

Definition at line 18 of file thread_pthread.h.

◆ rb_nativethread_lock_t

typedef pthread_mutex_t rb_nativethread_lock_t

Definition at line 19 of file thread_pthread.h.