Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tentative of implementing pthread_join, and to ensure that we are inside simgrid...
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 25 Jun 2022 10:02:58 +0000 (12:02 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 25 Jun 2022 10:02:58 +0000 (12:02 +0200)
commit358e5659801b6e0128467478bb138d2c7dd54c25
treeb32d0cfb3a4b2d5922c1d034961364ed861e83f7
parentf2792e5909cc863fb914f60a25a0cfe007e213dd
tentative of implementing pthread_join, and to ensure that we are inside simgrid once the context stops
examples/sthread/pthread-mutex-simple.c
src/kernel/context/ContextSwapped.cpp
src/sthread/sthread.c
src/sthread/sthread.h
src/sthread/sthread_impl.cpp
src/xbt/log.cpp
src/xbt/xbt_main.cpp