ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Data Fields
ABTI_barrier Struct Reference

#include <abti.h>

Collaboration diagram for ABTI_barrier:
Collaboration graph
[legend]

Data Fields

size_t num_waiters
 
volatile size_t counter
 
ABTD_spinlock lock
 
ABTI_waitlist waitlist
 

Detailed Description

Definition at line 513 of file abti.h.

Field Documentation

◆ counter

volatile size_t ABTI_barrier::counter

Definition at line 515 of file abti.h.

Referenced by ABT_barrier_free(), ABT_barrier_reinit(), and ABT_barrier_wait().

◆ lock

ABTD_spinlock ABTI_barrier::lock

Definition at line 516 of file abti.h.

Referenced by ABT_barrier_free(), and ABT_barrier_wait().

◆ num_waiters

size_t ABTI_barrier::num_waiters

Definition at line 514 of file abti.h.

Referenced by ABT_barrier_get_num_waiters(), ABT_barrier_reinit(), and ABT_barrier_wait().

◆ waitlist

ABTI_waitlist ABTI_barrier::waitlist

Definition at line 517 of file abti.h.

Referenced by ABT_barrier_wait().


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