Data Fields | |
rb_thread_lock_t | lock |
rb_thread_cond_t | cond |
struct rb_thread_struct volatile * | th |
volatile int | cond_waiting |
volatile int | cond_notified |
struct rb_mutex_struct * | next_mutex |
Definition at line 327 of file thread.c.
Definition at line 330 of file thread.c.
Referenced by lock_func(), lock_interrupt(), mutex_alloc(), mutex_free(), and mutex_unlock().
volatile int rb_mutex_struct::cond_notified |
Definition at line 332 of file thread.c.
Referenced by check_deadlock_i(), lock_func(), lock_interrupt(), and mutex_unlock().
volatile int rb_mutex_struct::cond_waiting |
Definition at line 332 of file thread.c.
Referenced by lock_func(), lock_interrupt(), and mutex_unlock().
Definition at line 329 of file thread.c.
Referenced by check_deadlock_i(), lock_func(), lock_interrupt(), mutex_alloc(), mutex_free(), mutex_unlock(), and rb_mutex_trylock().
Definition at line 333 of file thread.c.
Referenced by mutex_locked(), mutex_unlock(), rb_mutex_abandon_all(), and rb_mutex_unlock_all().
struct rb_thread_struct volatile* rb_mutex_struct::th |
Definition at line 331 of file thread.c.
Referenced by check_deadlock_i(), lock_func(), mutex_free(), mutex_unlock(), rb_barrier_wait(), rb_mutex_abandon_all(), rb_mutex_lock(), rb_mutex_locked_p(), rb_mutex_trylock(), rb_thread_terminate_all(), thread_cleanup_func(), thread_cleanup_func_before_exec(), thread_create_core(), thread_initialize(), and thread_s_new().