Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ongoing attempt for sthread, an automatic intercepter of pthread operations
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 24 Jun 2022 20:23:28 +0000 (22:23 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 24 Jun 2022 21:02:03 +0000 (23:02 +0200)
commit81f4360c0a86e8f2a136e7baf9e392baac7e7d16
tree42677f6e5dacec95a38f2eb8026531252406b8f8
parent2681271f2b5164d6a56f5c1a6645baf381a597a4
Ongoing attempt for sthread, an automatic intercepter of pthread operations

There is no test yet, because it's *almost* working.
12 files changed:
MANIFEST.in
examples/sthread/CMakeLists.txt [new file with mode: 0644]
examples/sthread/pthread-mutex-simple.c [new file with mode: 0644]
examples/sthread/sthread-mutex-simple.c [new file with mode: 0644]
src/sthread/sthread.c [new file with mode: 0644]
src/sthread/sthread.h [new file with mode: 0644]
src/sthread/sthread_impl.cpp [new file with mode: 0644]
src/xbt/log.cpp
src/xbt/xbt_main.cpp
tools/cmake/DefinePackages.cmake
tools/cmake/Distrib.cmake
tools/cmake/MakeLib.cmake