This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/winsup/cygwin ChangeLog autoload.cc thread ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2001-09-11 20:18:05

Modified files:
	winsup/cygwin  : ChangeLog autoload.cc thread.cc thread.h 

Log message:
	Wed Sep 12 13:03:00 2001  Robert Collins <rbtcollins@hotmail.com>
	
	* autoload.cc (LoadDLLfuncEx): Auto load TryEnterCriticalSection - its a
	n NT only call.
	* thread.cc (pthread_cond::TimedWait): Use critical sections for NT.
	(pthread_cond::fixup_after_fork): Don't detect bad apps.
	(pthread_mutex::pthread_mutex): Use critical sections for NT.
	(pthread_mutex::~pthread_mutex): Ditto.
	(pthread_mutex::Lock): Ditto.
	(pthread_mutex::TryLock): Ditto.
	(pthread_mutex::UnLock): Ditto.
	(pthread_mutex::fixup_after_fork): Ditto. Also do not detect bad apps.
	(__pthread_mutex_trylock): Move WIN32 specific test into the class metho
	d.
	(__pthread_mutex_destroy): Prevent dereferencing passed pointer without
	valid address.
	* thread.h (pthread_mutex): Use critical sections for NT.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.878&r2=1.879
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.30&r2=1.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.46&r2=1.47
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.26&r2=1.27


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]