X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84e824746638f2b4c32c315bcfce655098d4e80b..3c6d61c2bd982819b041235ef2d5fa141c35e7f2:/src/simix/popping_bodies.cpp diff --git a/src/simix/popping_bodies.cpp b/src/simix/popping_bodies.cpp index 348a3e24ce..148b2e8e51 100644 --- a/src/simix/popping_bodies.cpp +++ b/src/simix/popping_bodies.cpp @@ -67,6 +67,15 @@ inline static int simcall_BODY_execution_wait(simgrid::kernel::activity::ExecImp return simcall(SIMCALL_EXECUTION_WAIT, execution); } +inline static int simcall_BODY_execution_waitany_for(simgrid::kernel::activity::ExecImpl** execs, size_t count, + double timeout) +{ + if (0) /* Go to that function to follow the code flow through the simcall barrier */ + simcall_HANDLER_execution_waitany_for(&SIMIX_process_self()->simcall, execs, count, timeout); + return simcall(SIMCALL_EXECUTION_WAITANY_FOR, execs, + count, timeout); +} + inline static bool simcall_BODY_execution_test(simgrid::kernel::activity::ExecImpl* execution) { if (0) /* Go to that function to follow the code flow through the simcall barrier */