diff options
author | Christopher Faylor <me@cgf.cx> | 2003-02-07 15:00:57 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-02-07 15:00:57 +0000 |
commit | 49b84ce441ac48b9e582bc3af96496070d132bec (patch) | |
tree | 9ef0444b78437e6506a479fe0e61468a30f0e633 /winsup/cygwin/ChangeLog | |
parent | bc5b63edab6415566ae8085c10014312d722b0dd (diff) | |
download | newlib-49b84ce441ac48b9e582bc3af96496070d132bec.zip newlib-49b84ce441ac48b9e582bc3af96496070d132bec.tar.gz newlib-49b84ce441ac48b9e582bc3af96496070d132bec.tar.bz2 |
Christopher Faylor <cgf@redhat.com>
* exceptions.cc (try_to_debug): Set priority of current thread rather than the
main thread. Make busy waiting loop less busy. Restore priority when function
returns.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 72f47f4..c68fdfd 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +2003-02-07 Vaclav Haisman <V.Haisman@sh.cvut.cz> + Christopher Faylor <cgf@redhat.com> + + * exceptions.cc (try_to_debug): Set priority of current thread rather + than the main thread. Make busy waiting loop less busy. Restore + priority when function returns. + 2003-02-07 Christopher Faylor <cgf@redhat.com> * malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps. |