X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6cf6f6913a06a9b7e64923042e25049b529e5cdc..be433eeb2c53b337a26b3d712f64b408fca53ae9:/src/simix/popping_bodies.cpp diff --git a/src/simix/popping_bodies.cpp b/src/simix/popping_bodies.cpp index 538c0631e9..e1fb759745 100644 --- a/src/simix/popping_bodies.cpp +++ b/src/simix/popping_bodies.cpp @@ -60,24 +60,6 @@ inline static void simcall_BODY_process_suspend(smx_actor_t process) { return simcall(SIMCALL_PROCESS_SUSPEND, process); } -inline static void simcall_BODY_process_resume(smx_actor_t process) { - /* Go to that function to follow the code flow through the simcall barrier */ - if (0) SIMIX_process_resume(process); - return simcall(SIMCALL_PROCESS_RESUME, process); - } - -inline static void simcall_BODY_process_set_host(smx_actor_t process, sg_host_t dest) { - /* Go to that function to follow the code flow through the simcall barrier */ - if (0) simcall_HANDLER_process_set_host(&SIMIX_process_self()->simcall, process, dest); - return simcall(SIMCALL_PROCESS_SET_HOST, process, dest); - } - -inline static int simcall_BODY_process_is_suspended(smx_actor_t process) { - /* Go to that function to follow the code flow through the simcall barrier */ - if (0) SIMIX_process_is_suspended(process); - return simcall(SIMCALL_PROCESS_IS_SUSPENDED, process); - } - inline static int simcall_BODY_process_join(smx_actor_t process, double timeout) { /* Go to that function to follow the code flow through the simcall barrier */ if (0) simcall_HANDLER_process_join(&SIMIX_process_self()->simcall, process, timeout); @@ -360,13 +342,6 @@ inline static int simcall_BODY_sem_get_capacity(smx_sem_t sem) { return simcall(SIMCALL_FILE_CLOSE, fd, host); } - inline static int simcall_BODY_file_move(surf_file_t fd, const char* fullpath) - { - /* Go to that function to follow the code flow through the simcall barrier */ - if (0) simcall_HANDLER_file_move(&SIMIX_process_self()->simcall, fd, fullpath); - return simcall(SIMCALL_FILE_MOVE, fd, fullpath); - } - inline static int simcall_BODY_mc_random(int min, int max) { /* Go to that function to follow the code flow through the simcall barrier */ if (0) simcall_HANDLER_mc_random(&SIMIX_process_self()->simcall, min, max);