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

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

Completed in 374 milliseconds