SST/macro
Public Attributes | List of all members
sstmac::native::thread_barrier::barrier_state Struct Reference

#include <thread_barrier.h>

Collaboration diagram for sstmac::native::thread_barrier::barrier_state:
Collaboration graph

Public Attributes

lock_tin_lock
 
lock_tout_lock
 
int64_t vote
 

Detailed Description

Definition at line 54 of file thread_barrier.h.

Member Data Documentation

lock_t* sstmac::native::thread_barrier::barrier_state::in_lock

Definition at line 55 of file thread_barrier.h.

lock_t* sstmac::native::thread_barrier::barrier_state::out_lock

Definition at line 56 of file thread_barrier.h.

int64_t sstmac::native::thread_barrier::barrier_state::vote

Definition at line 57 of file thread_barrier.h.


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