Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 06/26/2003 01:26:12
Module Name:	src
Committed By:	nathanw
Date:		Thu Jun 26 01:26:12 UTC 2003

Modified Files:
	src/lib/libpthread: pthread_int.h

Log Message:
Introduce a new pointer, pt_trapuc, that stores thread context captured
by the kernel. Separating this from pt_uc makes it possible to avoid a race
condition in pt_uc management near the STACK_SWITCH part of pthread__switch()
and pthread__locked_switch().

Remove pt_sleepuc pointer, which was made obsolete by the previous round of
UC juggling but still present in the assembler files.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/libpthread/pthread_int.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.