* cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.

* miscfuncs.cc (low_priority_sleep): Sleep in regular priority if that's what
we're currently running at.
This commit is contained in:
Christopher Faylor
2003-01-10 03:13:45 +00:00
parent 65f207e8b9
commit d5223b2b0a
3 changed files with 16 additions and 10 deletions

View File

@@ -177,7 +177,7 @@ cygthread::cygthread (LPTHREAD_START_ROUTINE start, LPVOID param,
low_priority_sleep (0);
#else
{
thread_printf ("waiting for %s<%p> to become active", __name, h);
system_printf ("waiting for %s<%p> to become active", __name, h);
low_priority_sleep (0);
}
#endif