ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#include <abti.h>
Data Fields | |
ABTI_mutex | mutex |
ABTI_cond | cond |
size_t | reader_count |
int | write_flag |
ABTI_cond ABTI_rwlock::cond |
Definition at line 491 of file abti.h.
Referenced by ABT_rwlock_free(), ABT_rwlock_rdlock(), ABT_rwlock_unlock(), and ABT_rwlock_wrlock().
ABTI_mutex ABTI_rwlock::mutex |
Definition at line 490 of file abti.h.
Referenced by ABT_rwlock_rdlock(), ABT_rwlock_unlock(), and ABT_rwlock_wrlock().
size_t ABTI_rwlock::reader_count |
Definition at line 492 of file abti.h.
Referenced by ABT_rwlock_rdlock(), ABT_rwlock_unlock(), and ABT_rwlock_wrlock().
int ABTI_rwlock::write_flag |
Definition at line 493 of file abti.h.
Referenced by ABT_rwlock_rdlock(), ABT_rwlock_unlock(), and ABT_rwlock_wrlock().