mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 05:07:46 +00:00
Normalize some variable names and reuse existing logic
closes https://github.com/official-stockfish/Stockfish/pull/5346 No functional change
This commit is contained in:
+2
-2
@@ -137,10 +137,10 @@ void update_all_stats(const Position& pos,
|
||||
|
||||
Search::Worker::Worker(SharedState& sharedState,
|
||||
std::unique_ptr<ISearchManager> sm,
|
||||
size_t thread_id,
|
||||
size_t threadId,
|
||||
NumaReplicatedAccessToken token) :
|
||||
// Unpack the SharedState struct into member variables
|
||||
thread_idx(thread_id),
|
||||
threadIdx(threadId),
|
||||
numaAccessToken(token),
|
||||
manager(std::move(sm)),
|
||||
options(sharedState.options),
|
||||
|
||||
Reference in New Issue
Block a user