ARGOBOTS
latest
|
#include <abti.h>
Data Fields | |
ABTD_atomic_uint32 | val |
ABTI_mutex_attr | attr |
ABTI_thread_htable * | p_htable |
ABTI_thread * | p_handover |
ABTI_thread * | p_giver |
ABTI_mutex_attr ABTI_mutex::attr |
Definition at line 160 of file abti.h.
Referenced by ABT_mutex_create_with_attr(), ABT_mutex_lock(), ABT_mutex_lock_low(), ABT_mutex_spinlock(), ABT_mutex_trylock(), ABT_mutex_unlock(), ABT_mutex_unlock_se(), ABTI_mutex_init(), ABTI_mutex_unlock_se(), and ABTI_mutex_wake_de().
ABTI_thread* ABTI_mutex::p_giver |
Definition at line 163 of file abti.h.
Referenced by ABTI_mutex_init(), ABTI_mutex_lock(), ABTI_mutex_lock_low(), and ABTI_mutex_unlock_se().
ABTI_thread* ABTI_mutex::p_handover |
Definition at line 162 of file abti.h.
Referenced by ABTI_mutex_init(), ABTI_mutex_lock(), ABTI_mutex_lock_low(), and ABTI_mutex_unlock_se().
ABTI_thread_htable* ABTI_mutex::p_htable |
Definition at line 161 of file abti.h.
Referenced by ABTI_mutex_fini(), ABTI_mutex_init(), ABTI_mutex_lock_low(), ABTI_mutex_unlock_se(), ABTI_mutex_wait(), ABTI_mutex_wait_low(), and ABTI_mutex_wake_de().
ABTD_atomic_uint32 ABTI_mutex::val |
Definition at line 159 of file abti.h.
Referenced by ABTI_mutex_init(), ABTI_mutex_lock(), ABTI_mutex_lock_low(), ABTI_mutex_spinlock(), ABTI_mutex_trylock(), ABTI_mutex_unlock(), ABTI_mutex_unlock_se(), ABTI_mutex_wait(), and ABTI_mutex_wait_low().