1
1

Return something in all the cases (false if nothing complete).

This commit was SVN r9208.
Этот коммит содержится в:
George Bosilca 2006-03-06 18:14:17 +00:00
родитель fc2d95d263
Коммит df37f57b9f

Просмотреть файл

@ -139,6 +139,7 @@ static inline bool opal_progress_spin(volatile bool* complete)
opal_progress();
}
OPAL_THREAD_ADD32(&opal_progress_thread_count,-1);
return false;
}