Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New function: xbt_dynar_dopar(dynar,fun)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Oct 2009 14:47:18 +0000 (14:47 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Oct 2009 14:47:18 +0000 (14:47 +0000)
commit9118a040580a92c35006b5e55180d4be58904fbb
tree1be380d104453dfc809a5312e645f061441c42ae
parentc08d8ea807912cf87a5555f7b83192336c0c2608
New function: xbt_dynar_dopar(dynar,fun)
maps a function over the dynar with one separate thread per value of the dynar.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6747 48e7efb5-ca39-0410-a469-dd3cf9ba447f
ChangeLog
include/xbt/function_types.h
src/Makefile.am
src/xbt/xbt_synchro.c [new file with mode: 0644]