CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]      2002-10-13 20:51:45

Modified files:
        cygwin         : ChangeLog cygthread.cc sigproc.cc spawn.cc 

Log message:
        * cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do it
        before SetEvent to eliminate a race.
        (cygthread::terminate): Accumulate list of threads to check for termination and
        call WaitForMultipleObjects on list rather than waiting for each thread
        individually.
        * sigproc.cc (subproc_init): Zap hwait_subproc thread handle since it is no
        longer used.
        * spawn.cc (spawn_guts): Fix so that cygthread::terminate is *really* called
        only for exec.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1529&r2=1.1530
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.cc.diff?cvsroot=uberbaum&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.121&r2=1.122
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.116&r2=1.117

Reply via email to