ARGOBOTS  1.1
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 465 of file abti.h.

Field Documentation

◆ counter

volatile size_t ABTI_barrier::counter

Definition at line 467 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 468 of file abti.h.

Referenced by ABT_barrier_free(), and ABT_barrier_wait().

◆ num_waiters

size_t ABTI_barrier::num_waiters

Definition at line 466 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 469 of file abti.h.

Referenced by ABT_barrier_wait().


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