Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
2e12ec12041a08d2ad90684b83d8da82b12374f0
[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 > sthread is intercepting the execution of ./pthread-mutex-simple
3 > All threads are started.
4 > The thread 0 is terminating.
5 > The thread 1 is terminating.
6 > User's main is terminating.
7 > [0.000000] [sthread/INFO] All threads exited. Terminating the simulation.