|
ARGOBOTS
1.1
|
#include <abti.h>

Data Fields | |
| int | attrs |
| ABTD_spinlock | lock |
| int | nesting_cnt |
| ABTI_thread_id | owner_id |
| ABTD_spinlock | waiter_lock |
| ABTI_waitlist | waitlist |
| int ABTI_mutex::attrs |
Definition at line 175 of file abti.h.
Referenced by ABT_mutex_get_attr(), ABTI_mutex_init(), ABTI_mutex_lock(), ABTI_mutex_spinlock(), ABTI_mutex_trylock(), and ABTI_mutex_unlock().
| ABTD_spinlock ABTI_mutex::lock |
Definition at line 178 of file abti.h.
Referenced by ABTI_mutex_init(), ABTI_mutex_lock_no_recursion(), ABTI_mutex_spinlock_no_recursion(), ABTI_mutex_trylock_no_recursion(), and ABTI_mutex_unlock_no_recursion().
| int ABTI_mutex::nesting_cnt |
Definition at line 179 of file abti.h.
Referenced by ABTI_mutex_init(), ABTI_mutex_lock(), ABTI_mutex_spinlock(), ABTI_mutex_trylock(), and ABTI_mutex_unlock().
| ABTI_thread_id ABTI_mutex::owner_id |
Definition at line 180 of file abti.h.
Referenced by ABTI_mutex_init(), ABTI_mutex_lock(), ABTI_mutex_spinlock(), ABTI_mutex_trylock(), and ABTI_mutex_unlock().
| ABTD_spinlock ABTI_mutex::waiter_lock |
Definition at line 182 of file abti.h.
Referenced by ABTI_mutex_fini(), ABTI_mutex_init(), ABTI_mutex_lock_no_recursion(), and ABTI_mutex_unlock_no_recursion().
| ABTI_waitlist ABTI_mutex::waitlist |
Definition at line 183 of file abti.h.
Referenced by ABTI_mutex_init(), ABTI_mutex_lock_no_recursion(), and ABTI_mutex_unlock_no_recursion().
1.8.17