src/winsup/cygwin ChangeLog cygthread.cc cygth ...
cgf@cygwin.com
cgf@cygwin.com
Wed Dec 22 16:19:00 GMT 2004
CVSROOT: /cvs/src
Module name: src
Changes by: cgf@sourceware.org 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
More information about the Cygwin-cvs
mailing list