OSDN Git Service

* miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority to
authorcgf <cgf>
Fri, 12 Dec 2003 04:15:31 +0000 (04:15 +0000)
committercgf <cgf>
Fri, 12 Dec 2003 04:15:31 +0000 (04:15 +0000)
commit9433da77ebffabc763356b5049e275840885cc59
tree1bdcd2a644b301bf0af0d1d287d4c6d0d4d7ac99
parentb1c9087c8eac438aaec72317d6c9aaf77642b7df
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/miscfuncs.cc
winsup/cygwin/thread.cc
winsup/cygwin/thread.h