sc_core::sc_join Class Reference

#include <sysc/kernel/sc_join.h>

Inheritance diagram for sc_core::sc_join:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_join:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 sc_join ()
void add_process (sc_process_handle process_h)
int process_count ()
virtual void signal (sc_thread_handle thread_p, int type)
void wait (int seg_id)
 A new parameter segment ID is added for the out-of-order simulation.
void wait_clocked (int seg_id)
 A new parameter segment ID is added for the out-of-order simulation.

Protected Member Functions

void add_process (sc_process_b *process_p)

Protected Attributes

sc_event m_join_event
int m_threads_n

Friends

class sc_process_b
class sc_process_handle

Detailed Description

Definition at line 51 of file sc_join.h.


Constructor & Destructor Documentation

sc_core::sc_join::sc_join (  ) 

Member Function Documentation

void sc_core::sc_join::add_process ( sc_process_b process_p  )  [protected]
void sc_core::sc_join::add_process ( sc_process_handle  process_h  ) 
int sc_core::sc_join::process_count (  )  [inline]

Definition at line 82 of file sc_join.h.

virtual void sc_core::sc_join::signal ( sc_thread_handle  thread_p,
int  type 
) [virtual]

Reimplemented from sc_core::sc_process_monitor.

void sc_core::sc_join::wait ( int  seg_id  )  [inline]

A new parameter segment ID is added for the out-of-order simulation.

Definition at line 88 of file sc_join.h.

void sc_core::sc_join::wait_clocked ( int  seg_id  )  [inline]

A new parameter segment ID is added for the out-of-order simulation.

Definition at line 93 of file sc_join.h.


Friends And Related Function Documentation

friend class sc_process_b [friend]

Definition at line 52 of file sc_join.h.

friend class sc_process_handle [friend]

Definition at line 53 of file sc_join.h.


Member Data Documentation

Definition at line 78 of file sc_join.h.

Definition at line 79 of file sc_join.h.


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

Generated on 29 Oct 2015 for SystemC by  doxygen 1.6.1