Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 02/01/2003 02:57:32
Module Name:	src
Committed By:	nathanw
Date:		Sat Feb  1 00:57:32 UTC 2003

Modified Files:
	src/lib/libpthread: pthread_cond.c

Log Message:
Arrange to pause for a while if pthread_cond_wait() or
pthread_cond_timedwait() is called before any threads have been
created and the SA infrastructure is up and running.

Addresses PR lib/20139.

XXX probably need to do this for all of the pthread_*_timedlock()
functions, too.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libpthread/pthread_cond.c

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