Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove ignored lines from tesh files, uberbumer
[simgrid.git] / examples / sthread / pthread-mutex-simple.tesh
1 $ env ASAN_OPTIONS=verify_asan_link_order=0:$ASAN_OPTIONS LD_PRELOAD=${libdir:=.}/libsthread.so ./pthread-mutex-simple
2 > All threads are started.
3 > The thread 0 is terminating.
4 > The thread 1 is terminating.
5 > User's main is terminating.
6 > [0.000000] [sthread/INFO] All threads exited. Terminating the simulation.