Home
last modified time | relevance | path

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

/external/v8/test/unittests/base/platform/
Dcondition-variable-unittest.cc219 class LoopIncrementThread final : public Thread { class
221 LoopIncrementThread(int rem, int* counter, int limit, int thread_count, in LoopIncrementThread() function in v8::base::__anonbea8d2180311::LoopIncrementThread
278 threads[n] = new LoopIncrementThread(n, &counter, limit, thread_count, in TEST()