ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Data Fields
ABTI_rwlock Struct Reference

#include <abti.h>

Collaboration diagram for ABTI_rwlock:
Collaboration graph
[legend]

Data Fields

ABTI_mutex mutex
 
ABTI_cond cond
 
size_t reader_count
 
int write_flag
 

Detailed Description

Definition at line 489 of file abti.h.

Field Documentation

◆ cond

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().

◆ mutex

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().

◆ reader_count

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().

◆ write_flag

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().


The documentation for this struct was generated from the following file: