Renamed thread_should_stop() in cutoff_at_splitpoint()

It is more clear what happened.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-12-25 00:11:53 +01:00
parent d40a12f948
commit dee8780829
2 changed files with 17 additions and 15 deletions

View File

@@ -69,7 +69,7 @@ struct SplitPoint {
volatile Value alpha;
volatile Value bestValue;
volatile int moveCount;
volatile bool stopRequest;
volatile bool betaCutoff;
volatile int slaves[MAX_THREADS];
};