Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove ignored lines from tesh files, uberbumer
[simgrid.git] / examples / sthread / pthread-mutex-recursive.tesh
1 $ env ASAN_OPTIONS=verify_asan_link_order=0:$ASAN_OPTIONS LD_PRELOAD=${libdir:=.}/libsthread.so ./pthread-mutex-recursive
2 > Got the lock on the default mutex.
3 > Failed to relock the default mutex.
4 > Got the lock on the recursive mutex.
5 > Got the lock again on the recursive mutex.
6 > [0.000000] [sthread/INFO] All threads exited. Terminating the simulation.