CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-04-29 08:27:11

Modified files:
        winsup/cygwin  : ChangeLog cygthread.cc fhandler.cc 
                         fhandler_fifo.cc fhandler_termios.cc ntdll.h 
                         select.cc thread.cc 

Log message:
        * ntdll.h (IsEventSignalled): New inline function.
        * cygthread.cc (cygthread::terminate_thread): Use IsEventSignalled in
        place of WaitForSingleObject on event with 0 timeout.
        * fhandler.cc (fhandler_base_overlapped::has_ongoing_io): Ditto.
        * fhandler_fifo.cc (fhandler_fifo::open_nonserver): Ditto.
        (fhandler_fifo::wait): Ditto.
        * fhandler_termios.cc (fhandler_termios::bg_check): Ditto.
        * select.cc (verify_tty_slave): Ditto.
        * thread.cc (pthread::testcancel): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5277&r2=1.5278
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygthread.cc.diff?cvsroot=src&r1=1.83&r2=1.84
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.380&r2=1.381
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_fifo.cc.diff?cvsroot=src&r1=1.44&r2=1.45
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_termios.cc.diff?cvsroot=src&r1=1.81&r2=1.82
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ntdll.h.diff?cvsroot=src&r1=1.113&r2=1.114
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/select.cc.diff?cvsroot=src&r1=1.165&r2=1.166
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.229&r2=1.230

Reply via email to