src/winsup/cygwin ChangeLog thread.cc thread.h
rbcollins@cygwin.com
rbcollins@cygwin.com
Mon Sep 30 04:43:00 GMT 2002
CVSROOT: /cvs/src
Module name: src
Changes by: rbcollins@sources.redhat.com 2002-09-30 04:43:44
Modified files:
winsup/cygwin : ChangeLog thread.cc thread.h
Log message:
2002-09-30 Robert Collins <rbtcollins@hotmail.com>
* thread.cc (pthread_mutex::initMutex): Use the wrapper init call.
(pthread_mutex::nativeMutex::init): Implement.
(pthread_mutex::nativeMutex::lock): Ditto.
(pthread_mutex::nativeMutex::unlock): Ditto.
(pthread_mutex::init): Use the wrapper lock and unlockcalls.
* thread.h (pthread_mutex): Move mutexInitializationLock into a
nativeMutex wrapper class.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1510&r2=1.1511
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.94&r2=1.95
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.52&r2=1.53
More information about the Cygwin-cvs
mailing list