CVSROOT: /cvs/src
Module name: src
Changes by: [EMAIL PROTECTED] 2004-12-22 16:19:29
Modified files:
winsup/cygwin : ChangeLog cygthread.cc cygthread.h
Log message:
* cygthread.h (cygthread::release): Just declare here.
* cygthread.cc (cygthread::release): Define here. Use
InterlockedExchange to
set inuse or suffer potential races.
(cygthread::terminate): Use release().
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2629&r2=1.2630
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygthread.cc.diff?cvsroot=src&r1=1.45&r2=1.46
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygthread.h.diff?cvsroot=src&r1=1.23&r2=1.24