* make the name of the define be correct...
This commit was SVN r11391.
Этот коммит содержится в:
родитель
b56c8c3a66
Коммит
9e5f5fe0af
@ -288,7 +288,7 @@ opal_progress(void)
|
||||
events += (callbacks[i])();
|
||||
}
|
||||
|
||||
#if defined(__WINDOWS__) || defined(HAVE_SCHED_YIELD_)
|
||||
#if defined(__WINDOWS__) || defined(HAVE_SCHED_YIELD)
|
||||
if (call_yield && events <= 0) {
|
||||
/* If there is nothing to do - yield the processor - otherwise
|
||||
* we could consume the processor for the entire time slice. If
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user