src/winsup/cygserver ChangeLog bsd_mutex.cc
corinna@cygwin.com
corinna@cygwin.com
Fri Apr 8 20:31:00 GMT 2005
CVSROOT: /cvs/src
Module name: src
Changes by: corinna@sourceware.org 2005-04-08 20:31:43
Modified files:
winsup/cygserver: ChangeLog bsd_mutex.cc
Log message:
* bsd_mutex.cc (msleep_cnt): Remove.
(msleep_max_cnt): Remove.
(msleep_arr): Remove.
(class msleep_sync_array): New class to encapsulate msleep/wakeup
thread synchronization.
(msleep_sync): New object pointer.
(msleep_init): Initialize new msleep_sync object.
(_mutex): Just call msleep_sync->enter() and msleep_sync->leave() for
thread synchronization. Improve debug output a bit more.
(wakeup): Just call msleep_sync->wakeup().
(wakeup_all): Whitespace fix.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygserver/ChangeLog.diff?cvsroot=src&r1=1.43&r2=1.44
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygserver/bsd_mutex.cc.diff?cvsroot=src&r1=1.13&r2=1.14
More information about the Cygwin-cvs
mailing list