Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sthread: implement recursive mutexes (test broken so far)
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 25 Oct 2023 17:57:00 +0000 (19:57 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 25 Oct 2023 17:57:07 +0000 (19:57 +0200)
commit0c8449a2d985770bba06e089fcbcce0910023f66
tree1fae2913f75698fcfc121b75181f94e290c7cd3a
parent00ec75183faddf663c54be19441ba8b0eed8dc6b
sthread: implement recursive mutexes (test broken so far)

The interception is here, but the S4U mutexes cannot be recursive yet.
examples/sthread/CMakeLists.txt
src/sthread/sthread.c
src/sthread/sthread.h
src/sthread/sthread_impl.cpp