Example #1
0
/**
 * \ingroup simix_process_management
 * \brief Cancels an execution synchro.
 *
 * This functions stops the execution. It calls a surf function.
 * \param execution The execution synchro to cancel
 */
void simcall_execution_cancel(smx_synchro_t execution)
{
  simcall_BODY_execution_cancel(execution);
}
Example #2
0
/**
 * \ingroup simix_process_management
 * \brief Cancels an execution synchro.
 *
 * This functions stops the execution. It calls a surf function.
 * \param execution The execution synchro to cancel
 */
void simcall_execution_cancel(smx_activity_t execution)
{
  simcall_BODY_execution_cancel(execution);
}