Subject: CVS commit: [nathanw_sa] src/lib/libpthread/arch/alpha
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 01/13/2003 22:26:26
Module Name:	src
Committed By:	nathanw
Date:		Mon Jan 13 20:26:26 UTC 2003

Modified Files:
	src/lib/libpthread/arch/alpha [nathanw_sa]: pthread_switch.S

Log Message:
Rewrite pthread__switch() and adjust pthread__locked_switch() to
avoid storing the new saved-context pointer while still using the old
stack. This avoids a race condition with pthread__find_interrupted()
where a thread could lose its old state if it was interrupted in a
certain window in pthread__switch().


To generate a diff of this commit:
cvs rdiff -r1.1.2.2 -r1.1.2.3 src/lib/libpthread/arch/alpha/pthread_switch.S

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