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 RC_FORK RC_RECONFIGURABLE_FORK |
| #define RC_JOIN RC_RECONFIGURABLE_JOIN |
| #define RC_RECONFIGURABLE_FORK |
| #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(); \
}
1.5.3