Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Give a way to add binaries to the list that shouldn't be messed with by sthread
[simgrid.git] / src / sthread / sthread_impl.cpp
2023-11-15 Martin QuinsonGive a way to add binaries to the list that shouldn...
2023-11-15 Martin QuinsonMerge branch 'battery-get-name' into 'master'
2023-11-13 Martin QuinsonSanity checks about the lock protecting a pthread_cond
2023-11-13 Martin QuinsonTemplate implem of cond_timedwait in sthread
2023-11-12 Martin QuinsonImplement pthread_cond in sthread -- too bad it's TODO...
2023-11-12 Martin QuinsonImplement pthread_barrier calls in sthread, and test...
2023-11-12 Martin QuinsonRefactorize the sthread interception of functions
2023-11-08 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2023-11-03 Martin QuinsonMerge branch 'master' into simgrid-fork-changelog-plugins
2023-11-02 Martin QuinsonMC: more debug messages
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-26 Fred SuterMerge branch 'master' into mq
2023-10-26 Martin QuinsonFinish up the implementation of recursive mutexes
2023-10-25 Martin Quinsonsthread: implement recursive mutexes (test broken so...
2023-10-25 Martin Quinsonsthread: pthread_mutex_trylock shall return 0 on success
2023-10-25 Martin Quinsonsthread: do not intercept valgrind nor /bin/sh, and...
2023-03-06 Martin QuinsonCosmetics in sthread output when not using SMPI
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschMore Sonar issues.
2023-02-22 Martin QuinsonImplement the semaphore functions in sthread
2023-01-10 Martin QuinsonStop trying to build on native WIN32, it's broken anyway
2022-11-23 Arnaud GierschUse C++ string_view.
2022-11-23 Arnaud GierschReplace static function by a lambda.
2022-11-04 Martin QuinsonReduce the amount of header files loading xbt/string.hpp
2022-10-16 Martin QuinsonDeal with PTHREAD_STATIC_INITIALIZER if it behave as...
2022-10-16 Martin QuinsonImplement pthread_join in MC mode for sthread
2022-10-11 Arnaud GierschActor::create already does init->start.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-07-22 Augustin DegommeMerge branch 'support-sendrecv-ti' into 'master'
2022-07-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-07-20 Arnaud GierschKill useless commented code.
2022-07-11 Arnaud GierschHandle different types for second parameter of gettimeo...
2022-07-10 Martin Quinsonsthread: Intercept gettimeofday + sleep + usleep
2022-07-02 Martin Quinsonsthread: don't intercept the main when run from smpirun
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-30 Arnaud GierschMerge branch 'python_ptask' into 'master'
2022-06-29 Martin QuinsonDisable sthread at the end of the sthread_main
2022-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Martin QuinsonAdd a TESH for the new sthread feature
2022-06-28 Arnaud GierschEasy Sonar smells.
2022-06-28 Arnaud GierschUse std::string.
2022-06-27 Martin QuinsonMake sthread_inside_simgrid static into libsthread...
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-25 Martin Quinsontentative of implementing pthread_join, and to ensure...
2022-06-24 Martin QuinsonMake sure that sthread_inside_simgrid is initially...
2022-06-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-24 Martin QuinsonOngoing attempt for sthread, an automatic intercepter...