Home
last modified time | relevance | path

Searched refs:thread_salt (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dspinlock_test_common.cc82 static void TestFunction(int thread_salt, SpinLock* spinlock) { in TestFunction() argument
86 const int index = (j + thread_salt) % kArrayLength; in TestFunction()
87 values[index] = Hash32(values[index], thread_salt); in TestFunction()