ARGOBOTS
latest
|
#include <abti.h>
Data Fields | |
uint32_t | attrs |
uint32_t | nesting_cnt |
ABTI_unit_id | owner_id |
uint32_t | max_handovers |
uint32_t | max_wakeups |
uint32_t ABTI_mutex_attr::attrs |
Definition at line 151 of file abti.h.
Referenced by ABT_mutex_attr_create(), ABT_mutex_attr_set_recursive(), ABT_mutex_lock(), ABT_mutex_lock_low(), ABT_mutex_spinlock(), ABT_mutex_trylock(), ABT_mutex_unlock(), ABT_mutex_unlock_se(), ABTI_mutex_attr_get_str(), and ABTI_mutex_init().
uint32_t ABTI_mutex_attr::max_handovers |
Definition at line 154 of file abti.h.
Referenced by ABT_mutex_attr_create(), ABTI_mutex_init(), and ABTI_mutex_unlock_se().
uint32_t ABTI_mutex_attr::max_wakeups |
Definition at line 155 of file abti.h.
Referenced by ABT_mutex_attr_create(), ABTI_mutex_init(), and ABTI_mutex_wake_de().
uint32_t ABTI_mutex_attr::nesting_cnt |
Definition at line 152 of file abti.h.
Referenced by ABT_mutex_attr_create(), ABT_mutex_lock(), ABT_mutex_lock_low(), ABT_mutex_spinlock(), ABT_mutex_trylock(), ABT_mutex_unlock(), ABT_mutex_unlock_se(), and ABTI_mutex_attr_get_str().
ABTI_unit_id ABTI_mutex_attr::owner_id |
Definition at line 153 of file abti.h.
Referenced by ABT_mutex_attr_create(), ABT_mutex_lock(), ABT_mutex_lock_low(), ABT_mutex_spinlock(), ABT_mutex_trylock(), ABT_mutex_unlock(), ABT_mutex_unlock_se(), and ABTI_mutex_attr_get_str().