Searched refs:progress (Results 1 – 5 of 5) sorted by relevance
172 bool examine_potentials(std::vector<board_element>& b, bool& progress) { in examine_potentials() argument225 progress = singletons; in examine_potentials()241 bool progress = true; in partial_solve() local242 bool success = examine_potentials(b, progress); in partial_solve()243 if (success && progress) { in partial_solve()246 else if (success && !progress) { in partial_solve()
36 repeatedly poll whether progress can be made, and if not, temporarily38 processor until the mutex permits progress. Use the yielding mutexes
66 progress.
436 Bool progress; in BZ_API() local452 progress = handle_compress(strm); in BZ_API()453 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR; in BZ_API()473 progress = handle_compress(strm); in BZ_API()484 progress = handle_compress(strm); in BZ_API()485 if (!progress) in BZ_API()
719 # Configuration options related to warning and progress messages