Go to the source code of this file.
Value:}; \
    sc_core::sc_join           join; \
    for ( unsigned int i = 0; \
        i++ ) \
        join.add_process(forkees[i]); \
    join.wait_clocked(); \
}
This class provides access to an sc_process_b object instance in a manner which allows some persisten...
 
 
Definition at line 98 of file sc_join.h.
 
 
Value:{ \
    sc_core::sc_process_handle forkees[] = {
 
Definition at line 108 of file sc_join.h.
 
 
Value:}; \
    sc_core::sc_join           join; \
    for ( unsigned int i = 0; \
        i++ ) \
        join.add_process(forkees[i]); \
    join.wait(); \
}
This class provides access to an sc_process_b object instance in a manner which allows some persisten...
 
 
Definition at line 112 of file sc_join.h.