Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Hello xbt/synchro module (synchronization working both in simulation and real life...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 9 Jul 2007 17:39:13 +0000 (17:39 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 9 Jul 2007 17:39:13 +0000 (17:39 +0000)
commit9e208fa1fce2449fb9d83259d4d4cb2fe9f6cdfb
treeadc37ae88194e9c65c40ca568b7d83d5cb1312e4
parent7516e3d43bd243928406a631bc5c9e89b2789f04
Hello xbt/synchro module (synchronization working both in simulation and real life, for use in GRAS mainly but not only). Implementation would be cleaner (and a bit faster) with ELF symbol aliasing, but I'm not sure of how it works under windows, so I prefer to play safe for now

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3697 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/Makefile.am
src/Makefile.in
src/include/simix/datatypes.h
src/simix/private.h
src/xbt/xbt_os_thread.c
src/xbt/xbt_rl_synchro.c [new file with mode: 0644]
src/xbt/xbt_sg_synchro.c [new file with mode: 0644]