X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe304706848f0a64477d4687b3ea97d5b9a0c35c..d4be32492fcb56ad33f704c7e602b5efa48ed9d0:/src/simix/simcalls.in diff --git a/src/simix/simcalls.in b/src/simix/simcalls.in index 8dd096b280..05a4c06aef 100644 --- a/src/simix/simcalls.in +++ b/src/simix/simcalls.in @@ -35,10 +35,6 @@ # Last but not the least, you should declare the new simix call in # ./include/simgrid/simix.h (otherwise you will get a warning at compile time) -void process_suspend(smx_actor_t process) [[block]]; -int process_join(smx_actor_t process, double timeout) [[block]]; -int process_sleep(double duration) [[block]]; - int execution_wait(simgrid::kernel::activity::ExecImpl* execution) [[block]]; int execution_waitany_for(simgrid::kernel::activity::ExecImpl** execs, size_t count, double timeout) [[block]]; bool execution_test(simgrid::kernel::activity::ExecImpl* execution) [[block]];