Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move libdw binding code in its own file
[simgrid.git] / teshsuite / mc / mutex_handling.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3"><!-- For using with ping_pong, platform_sendrecv.xml -->
4
5   <!-- receiver my_name -->
6   <process host="Disney" function="receiver"></process>
7
8   <!-- sender my_name receiver_name other_sender_name -->
9   <process host="Jill" function="sender">
10     <argument value="X"/>
11   </process>
12   <process host="UNIX" function="sender">
13     <argument value="Y"/>
14   </process>
15
16 </platform>