Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement the semaphore functions in sthread
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 22 Feb 2023 15:54:18 +0000 (16:54 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 22 Feb 2023 15:57:36 +0000 (16:57 +0100)
commit75fbadefcaf2c0e4311ae3204a7bd3e30e256eb7
tree474223416d9a797c20e56c27b68b69b1598fe93c
parentefb91cad10e3ffdbce69f868e6cfa1df4b4a758b
Implement the semaphore functions in sthread
ChangeLog
MANIFEST.in
examples/sthread/CMakeLists.txt
examples/sthread/pthread-mc-producer-consumer.tesh [new file with mode: 0644]
examples/sthread/pthread-producer-consumer.c [new file with mode: 0644]
examples/sthread/pthread-producer-consumer.tesh [new file with mode: 0644]
src/sthread/sthread.c
src/sthread/sthread.h
src/sthread/sthread_impl.cpp