Reenable sched_yield by default.
This commit was SVN r5076.
Этот коммит содержится в:
родитель
66478adbf4
Коммит
ed059df050
@ -118,7 +118,7 @@ void ompi_progress(void)
|
|||||||
if(events == 0) {
|
if(events == 0) {
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
/* TODO: Find the windows equivalent for this */
|
/* TODO: Find the windows equivalent for this */
|
||||||
/*sched_yield();*/
|
sched_yield();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user