Data Fields

rb_mutex_struct Struct Reference

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_structnext_mutex

Detailed Description

Definition at line 327 of file thread.c.


Field Documentation

Definition at line 330 of file thread.c.

Referenced by lock_func(), lock_interrupt(), mutex_alloc(), mutex_free(), and mutex_unlock().

Definition at line 332 of file thread.c.

Referenced by check_deadlock_i(), lock_func(), lock_interrupt(), and mutex_unlock().

Definition at line 332 of file thread.c.

Referenced by lock_func(), lock_interrupt(), and mutex_unlock().

Definition at line 333 of file thread.c.

Referenced by mutex_locked(), mutex_unlock(), rb_mutex_abandon_all(), and rb_mutex_unlock_all().


The documentation for this struct was generated from the following file: