rc_join.h File Reference


Detailed Description

Date
Revision

Author:
Armin Felke <felke@cs.uni-bonn.de>

Definition in file rc_join.h.

Go to the source code of this file.

Namespaces

namespace  ReChannel

Classes

class  rc_join
 This class is used by RC_FORK and RC_JOIN. More...

Defines

#define RC_RECONFIGURABLE_FORK
#define RC_RECONFIGURABLE_JOIN
#define RC_FORK   RC_RECONFIGURABLE_FORK
 Resettable representation of SC_FORK.
#define RC_JOIN   RC_RECONFIGURABLE_JOIN
 Resettable representation of SC_JOIN.


Define Documentation

#define RC_FORK   RC_RECONFIGURABLE_FORK

Resettable representation of SC_FORK.

Definition at line 96 of file rc_join.h.

#define RC_JOIN   RC_RECONFIGURABLE_JOIN

Resettable representation of SC_JOIN.

Definition at line 102 of file rc_join.h.

#define RC_RECONFIGURABLE_FORK

Value:

{ \
        ::ReChannel::rc_process_handle proc_arr[] = {

Definition at line 77 of file rc_join.h.

#define RC_RECONFIGURABLE_JOIN

Value:

}; \
        ::ReChannel::rc_join join; \
        for (unsigned int i = 0; \
            i < sizeof(proc_arr)/sizeof(::ReChannel::rc_process_handle); \
            i++) \
        { \
            join.add_process(proc_arr[i]); \
        } \
        join.wait(); \
    }

Definition at line 81 of file rc_join.h.


Generated on Tue Jan 1 23:14:06 2008 for ReChannel by  doxygen 1.5.3