Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add an unused (for the moment) module file
[simgrid.git] / src / xbt / parmap.c
2011-02-01 cristianrosaUse the extra data field of the xbt_os_thread to store...
2011-01-18 navarropProtect for windows.
2011-01-06 navarropRemove unused variables.
2011-01-05 navarropDestroy mutex and condition.
2011-01-05 navarropRemove old comments.
2011-01-05 navarropTest if having futex.h.
2010-12-14 cristianrosaUse private futex commands
2010-12-14 cristianrosaReimplement parmap using futex based barriers.
2010-12-14 mquinsonsanitize the use of logs in unit testing of parmap...
2010-12-13 cristianrosaTransform the thread pool into a parallel map data...
2010-12-13 cristianrosaRemove the threadpool from the context factories.