Searched refs:kNumNodesPerThread (Results 1 – 1 of 1) sorted by relevance
78 constexpr size_t kNumNodesPerThread = 50; variable81 Node g_nodes[kNumThreads * kNumNodesPerThread];85 Node* nodes[kNumNodesPerThread]; in CheckStressPushPop()88 for (size_t i = 0; i < kNumNodesPerThread; ++i) { in CheckStressPushPop()89 nodes[i] = &g_nodes[kNumNodesPerThread * idx + i]; in CheckStressPushPop()