sc_core::scx_barrier Class Reference

#include <scx_barrier.h>

List of all members.

Public Member Functions

void initialize (int thread_n)
void wait ()

Protected Attributes

sc_event m_barrier_event
int m_thread_n


Member Function Documentation

void sc_core::scx_barrier::initialize ( int  thread_n  )  [inline]

void sc_core::scx_barrier::wait (  )  [inline]


Member Data Documentation

sc_event sc_core::scx_barrier::m_barrier_event [protected]

int sc_core::scx_barrier::m_thread_n [protected]


The documentation for this class was generated from the following file:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page