Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'example-battery-chiller-solar' into 'master'
[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.