CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2003-12-12 04:15:32

Modified files:
        winsup/cygwin  : ChangeLog miscfuncs.cc thread.cc thread.h 

Log message:
        * miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority to
        be called unnecessarily.
        * thread.cc (pthread::init_main_thread): Call new create_cancel_event function.
        (pthread::precreate): Ditto.
        (pthread::postcreate): Remove cancel_event creation.
        (pthread::create_cancel_event): Define new function.
        * thread.h (pthread::create_cancel_event): Declare new function.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2231&r2=1.2232
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/miscfuncs.cc.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.152&r2=1.153
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.81&r2=1.82

Reply via email to