Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dcondition-variable-unittest.cc221 class LoopIncrementThread FINAL : public Thread {
223 LoopIncrementThread(int rem, int* counter, int limit, int thread_count, in LoopIncrementThread() function in v8::base::__anonda8074fe0311::FINAL
280 threads[n] = new LoopIncrementThread(n, &counter, limit, thread_count, in TEST()