Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace memset(..., 0, ...) with zero-initialization.
[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 > [0.000000] [sthread/INFO] Starting the simulation.
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.