Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ca535da834131077cf2bc0998b4d1fe027197550
[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 > sthread is intercepting the execution of ./pthread-mutex-recursive
3 > Got the lock on the default mutex.
4 > Failed to relock the default mutex.
5 > Got the lock on the recursive mutex.
6 > Got the lock again on the recursive mutex.
7 > [0.000000] [sthread/INFO] All threads exited. Terminating the simulation.