Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 12/04/2007 16:56:11
Module Name: src
Committed By: yamt
Date: Tue Dec 4 16:56:11 UTC 2007
Modified Files:
src/lib/libpthread: pthread_mutex2.c
Log Message:
pthread__mutex_wakeup: ignore ESRCH from _lwp_unpark.
once we clear pt_sleeponq, the target thread can proceed further
and even do pthread_exit.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/lib/libpthread/pthread_mutex2.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.