]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Report an error message instead of triggering an assertion failure when a non-existin...
authorBart Van Assche <bvanassche@acm.org>
Fri, 31 Jul 2009 08:26:17 +0000 (08:26 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 31 Jul 2009 08:26:17 +0000 (08:26 +0000)
commitfd574c0b25041997a38fc5c7250ed63e68ed3f4f
treee91517fe97add20311590846bc885351128e6e09
parent9c92e178aad3792331b8138af756b2bd6bfc8af8
Report an error message instead of triggering an assertion failure when a non-existing thread ID is passed to pthread_join() or pthread_cancel().

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10674
drd/drd_clientreq.c
drd/drd_error.c
drd/drd_error.h
drd/drd_pthread_intercepts.c
drd/drd_thread.c