Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/base/
Dlock_free_stack_test.cc78 constexpr size_t kNumNodesPerThread = 50; variable
81 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()