CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]     2014-03-17 04:41:35

Modified files:
        winsup/cygwin  : ChangeLog fhandler.h fhandler_dsp.cc sigproc.cc 
                         sigproc.h 

Log message:
        * sigproc.h (no_thread_exit_protect): New class.
        * sigproc.cc (thread_exit): Use no_thread_exit_protect to determine if 
we need
        to coordinate ThreadExit/ExitProcess.
        * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Use
        no_thread_exit_protect to kludge around waiting for waveOutClose as it 
waits
        for a thread that never exits.
        (fhandler_dev_dsp::Audio_in::stop): Ditto for waveInClose.
        * fhandler.h (fhandler_dev_dsp::base): New method.
        (fhandler_dev_dsp::_read): Ditto.
        (fhandler_dev_dsp::_write): Ditto.
        (fhandler_dev_dsp::_ioctl): Ditto.
        (fhandler_dev_dsp::_fixup_after_fork): Ditto.
        (fhandler_dev_dsp::_fixup_after_exec): Ditto.
        * fhandler_dsp.cc (fhandler_dev_dsp::read): Call real function via 
base()
        pointer.
        (fhandler_dev_dsp::write): Ditto.
        (fhandler_dev_dsp::ioctl): Ditto.
        (fhandler_dev_dsp::fixup_after_fork): Ditto.
        (fhandler_dev_dsp::fixup_after_exec): Ditto.
        (fhandler_dev_dsp::_read): Rename by adding an leading underscore.
        (fhandler_dev_dsp::_write): Ditto.
        (fhandler_dev_dsp::_ioctl): Ditto.
        (fhandler_dev_dsp::_fixup_after_fork): Ditto.
        (fhandler_dev_dsp::_fixup_after_exec): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6372&r2=1.6373
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.500&r2=1.501
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_dsp.cc.diff?cvsroot=src&r1=1.66&r2=1.67
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.422&r2=1.423
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.h.diff?cvsroot=src&r1=1.128&r2=1.129

Reply via email to