sc_join.h File Reference

#include "sysc/kernel/sc_process.h"
#include "sysc/kernel/sc_wait.h"

Include dependency graph for sc_join.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sc_core

Classes

class  sc_core::sc_join

Defines

#define SC_CJOIN
#define SC_FORK
#define SC_JOIN


Define Documentation

#define SC_CJOIN

Value:

}; \
    sc_core::sc_join           join; \
    for ( unsigned int i = 0; \
        i < sizeof(forkees)/sizeof(sc_core::sc_process_handle); \
        i++ ) \
        join.add_process(forkees[i]); \
    join.wait_clocked(); \
}

Definition at line 101 of file sc_join.h.

#define SC_FORK

Value:

{ \
    sc_core::sc_process_handle forkees[] = {

Definition at line 111 of file sc_join.h.

#define SC_JOIN

Value:

}; \
    sc_core::sc_join           join; \
    for ( unsigned int i = 0; \
        i < sizeof(forkees)/sizeof(sc_core::sc_process_handle); \
        i++ ) \
        join.add_process(forkees[i]); \
    join.wait(); \
}

Definition at line 115 of file sc_join.h.


Generated on Wed Jan 21 15:32:11 2009 for SystemC by  doxygen 1.5.5