Data Fields | |
| rb_nativethread_lock_t | lock |
| rb_nativethread_cond_t | cond |
| struct rb_thread_struct volatile * | th |
| struct rb_mutex_struct * | next_mutex |
| int | cond_waiting |
| int | allow_trap |
Definition at line 388 of file thread.c.
Definition at line 395 of file thread.c.
Referenced by rb_mutex_allow_trap(), and rb_mutex_lock().
Definition at line 391 of file thread.c.
Referenced by lock_func(), lock_interrupt(), mutex_alloc(), mutex_free(), and rb_mutex_unlock_th().
Definition at line 394 of file thread.c.
Referenced by check_deadlock_i(), lock_func(), lock_interrupt(), and rb_mutex_unlock_th().
Definition at line 390 of file thread.c.
Referenced by check_deadlock_i(), lock_func(), lock_interrupt(), mutex_alloc(), mutex_free(), rb_mutex_lock(), rb_mutex_trylock(), and rb_mutex_unlock_th().
struct rb_mutex_struct* rb_mutex_struct::next_mutex [read] |
Definition at line 393 of file thread.c.
Referenced by mutex_locked(), rb_mutex_abandon_all(), rb_mutex_unlock_th(), and rb_threadptr_unlock_all_locking_mutexes().
struct rb_thread_struct volatile* rb_mutex_struct::th [read] |
Definition at line 392 of file thread.c.
Referenced by check_deadlock_i(), lock_func(), mutex_free(), rb_mutex_abandon_all(), rb_mutex_abandon_locking_mutex(), rb_mutex_lock(), rb_mutex_locked_p(), rb_mutex_owned_p(), rb_mutex_trylock(), rb_mutex_unlock_th(), rb_thread_shield_wait(), rb_thread_terminate_all(), thread_cleanup_func(), thread_cleanup_func_before_exec(), thread_create_core(), thread_initialize(), and thread_s_new().
1.6.1