X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/29a3b2869c0075fc75e8ccc66fc1d9c4c8bf6a85..93e627932e2b4dfb8b7b4e319a820aeda261ceb9:/doc/doxygen/inside_extending.doc diff --git a/doc/doxygen/inside_extending.doc b/doc/doxygen/inside_extending.doc index 10d38b63b7..dc0c51e084 100644 --- a/doc/doxygen/inside_extending.doc +++ b/doc/doxygen/inside_extending.doc @@ -138,7 +138,7 @@ The workflow of a simcall is the following: - `simcall_BODY_()` - Initializes the simcall (store the arguments in position) - If maestro, executes the simcall directly (and return) - - If not, call `SIMIX_process_yield` to give back the control to maestro + - If not, call `ActorImpl::yield` to give back the control to maestro - ========== KERNEL MODE ========== - `SIMIX_simcall_handle` large switch (on simcall) doing for each: - `simcall_HANDLER_(simcall, )` (the manual code handling the simcall)