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 thread.cc thread.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2001-09-09 15:39:35

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

Log message:
	Mon Sep 10 08:28:00 2001  Robert Collins <rbtcollins@hotmail.com>
	
	* thread.h (MT_Interface): Remove pshared mutex array.
	Add a threadsafe list for mutex tracking (for fixupafter fork).
	* thread.cc (MTInterface::Init): Remove pshared mutex array.
	(pthread_mutex::pthread_mutex): Remove pshared mutex functionality.
	Fail with EINVAL on attempts to use pshared functionality.
	(__pthread_mutex_getpshared): Remove.
	(__pthread_cond_timedwait): Remove pshared mutex functionality.
	(__pthread_cond_wait): Ditto.
	(__pthread_mutex_init): Ditto.
	(__pthread_mutex_getprioceiling): Ditto.
	(__pthread_mutex_lock): Ditto.
	(__pthread_mutex_trylock): Ditto.
	(__pthread_mutex_unlock): Ditto.
	(__pthread_mutex_destroy): Ditto.
	(__pthread_mutex_setprioceiling): Ditto.
	(__pthread_mutexattr_setpshared): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.870&r2=1.871
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.43&r2=1.44
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.23&r2=1.24


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