Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
C bindings of ActivitySet, along with 4 examples
[simgrid.git] / examples / c / exec-waitany / exec-waitany.c
2023-07-20 Martin QuinsonImplement Exec::wait_any on top of ActivitySet and...
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-08 Arnaud GierschMatch xbt_malloc with xbt_free.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-23 Arnaud GierschUse ssize_t for Exec::wait_any and Io::wait_any too.
2021-04-01 Arnaud GierschMove declarations for xbt_abort and xbt_die to xbt...
2021-03-25 Arnaud GierschBetter fix for constness of argv in sg_actor_start...
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-24 Arnaud GierschRemove a level of constness for argv parameter of sg_ac...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-10-23 Arnaud GierschMore coding style updates for sg_host.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-03-26 Martin QuinsonPlease PVS
2020-03-09 Arnaud GierschCheck argc.
2020-03-07 Frederic SuterC version of exec-waitany