ARGOBOTS
latest
|
#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 397 of file abti.h.
Referenced by ABTI_rwlock_fini(), ABTI_rwlock_init(), ABTI_rwlock_rdlock(), ABTI_rwlock_unlock(), and ABTI_rwlock_wrlock().
ABTI_mutex ABTI_rwlock::mutex |
Definition at line 396 of file abti.h.
Referenced by ABTI_rwlock_fini(), ABTI_rwlock_init(), ABTI_rwlock_rdlock(), ABTI_rwlock_unlock(), and ABTI_rwlock_wrlock().
size_t ABTI_rwlock::reader_count |
Definition at line 398 of file abti.h.
Referenced by ABTI_rwlock_init(), ABTI_rwlock_rdlock(), ABTI_rwlock_unlock(), and ABTI_rwlock_wrlock().
int ABTI_rwlock::write_flag |
Definition at line 399 of file abti.h.
Referenced by ABTI_rwlock_init(), ABTI_rwlock_rdlock(), ABTI_rwlock_unlock(), and ABTI_rwlock_wrlock().