X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19e4a01d6e38e856dafa1a08942143a8ec7f5e34..091fbe9c7883aeec04fdd7b10ec01c43b7402936:/examples/msg/README.doc diff --git a/examples/msg/README.doc b/examples/msg/README.doc index 63afa511bc..17aeb0a8d5 100644 --- a/examples/msg/README.doc +++ b/examples/msg/README.doc @@ -76,20 +76,11 @@ shipped in the archive: Processes can be suspended and resumed during their executions thanks to the @ref MSG_process_suspend and @ref MSG_process_resume functions. - - Kill processes. - @ref examples/msg/process-kill/process-kill.c \n - Processes can forcefully stop other processes with the @ref MSG_process_kill function. - Migrating processes. @ref examples/msg/process-migration/process-migration.c \n Processes can move or be moved from a host to another with the @ref MSG_process_migrate function. - - Yielding to other processes. - @ref examples/msg/process-yield/process-yield.c\n - The @ref MSG_process_yield function interrupts the execution of the - current process, leaving a chance to run to the other processes - that are ready to run at the exact same timestamp - - Controling the process life cycle from the XML. @ref examples/msg/process-startkilltime/process-startkilltime.c \n You can specify a start time and a kill time in the deployment @@ -235,11 +226,9 @@ top of the example file). @example examples/msg/async-wait/async-wait.c @example examples/msg/async-waitall/async-waitall.c @example examples/msg/async-waitany/async-waitany.c -@example examples/msg/async-yield/async-yield.c @example examples/msg/process-create/process-create.c @example examples/msg/process-suspend/process-suspend.c -@example examples/msg/process-kill/process-kill.c @example examples/msg/process-migration/process-migration.c @example examples/msg/process-startkilltime/process-startkilltime.c