#include <thread_pthread.h>
Data Fields | |
| pthread_cond_t | cond |
| struct cond_event_entry * | next |
| struct cond_event_entry * | prev |
Definition at line 21 of file thread_pthread.h.
| pthread_cond_t rb_thread_cond_struct::cond |
Definition at line 22 of file thread_pthread.h.
Referenced by native_cond_broadcast(), native_cond_destroy(), native_cond_initialize(), native_cond_signal(), native_cond_timedwait(), and native_cond_wait().
struct cond_event_entry* rb_thread_cond_struct::next [read] |
Definition at line 27 of file thread_win32.h.
Referenced by native_cond_broadcast(), native_cond_initialize(), and native_cond_signal().
struct cond_event_entry* rb_thread_cond_struct::prev [read] |
Definition at line 28 of file thread_win32.h.
Referenced by native_cond_initialize().
1.6.1