X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/324aff3dddd2b064ea4dc59c82454e2e391b9792..bc2dfd3f45249f43cc56579e52cc1bbe465113e1:/examples/sthread/pthread-mutex-recursive.tesh diff --git a/examples/sthread/pthread-mutex-recursive.tesh b/examples/sthread/pthread-mutex-recursive.tesh index ca535da834..0879b2c14e 100644 --- a/examples/sthread/pthread-mutex-recursive.tesh +++ b/examples/sthread/pthread-mutex-recursive.tesh @@ -1,5 +1,4 @@ $ env ASAN_OPTIONS=verify_asan_link_order=0:$ASAN_OPTIONS LD_PRELOAD=${libdir:=.}/libsthread.so ./pthread-mutex-recursive -> sthread is intercepting the execution of ./pthread-mutex-recursive > Got the lock on the default mutex. > Failed to relock the default mutex. > Got the lock on the recursive mutex.