diff options
author | Christopher Faylor <me@cgf.cx> | 2010-03-12 23:13:48 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2010-03-12 23:13:48 +0000 |
commit | 084ea5108e86738a09288268b186541b0c23920a (patch) | |
tree | 93ad21c3c750fe12e7792ff8679b87888992dc3d /newlib/libc/stdio/stdio.c | |
parent | 36960dec3721fccc8eb931787a2656cf715bfc39 (diff) | |
download | cygnal-084ea5108e86738a09288268b186541b0c23920a.tar.gz cygnal-084ea5108e86738a09288268b186541b0c23920a.tar.bz2 cygnal-084ea5108e86738a09288268b186541b0c23920a.zip |
Throughout change all calls of low_priority_sleep (0) to yield ().
* miscfuncs.cc (yield): Rename from low_priority_sleep. Remove all of the
logic which called Sleep() and just use SwitchToThread.
* miscfuncs.h (yield): Rename from low_priority_sleep.
(SLEEP_0_STAY_LOW): Delete unused define.
* shared.cc (memory_init): Move heap_init() call directly after shared memory
initialization to more closely mimic long-standing program flow.
* tty.cc (tty_list::terminate): Replace call to low_priority_sleep with Sleep.
Diffstat (limited to 'newlib/libc/stdio/stdio.c')
0 files changed, 0 insertions, 0 deletions