Added an output variant for the pth_cancel_locked regression test.
Apparently when canceling a thread waiting inside pthread_cond_wait()
on Linux the specified mutex is left unlocked while on Darwin the
mutex specified in the pthread_cond_wait() call is reacquired before
the thread is terminated.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10682 a5019735-40e9-0310-863c-91ae7b9d1cf9
2 files changed