Searched refs:thread_salt (Results 1 – 1 of 1) sorted by relevance
82 static void TestFunction(int thread_salt, SpinLock* spinlock) { in TestFunction() argument86 const int index = (j + thread_salt) % kArrayLength; in TestFunction()87 values[index] = Hash32(values[index], thread_salt); in TestFunction()