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

/external/chromium_org/v8/test/cctest/
H A Dtest-circular-queue.cc104 class ProducerThread: public i::Thread { class in namespace:__anon14706
108 ProducerThread(SamplingCircularQueue* scq, function in class:__anon14706::ProducerThread
143 typedef ProducerThread::Record Record;
154 ProducerThread producer1(&scq, kRecordsPerChunk, 1, semaphore);
155 ProducerThread producer2(&scq, kRecordsPerChunk, 10, semaphore);
156 ProducerThread producer3(&scq, kRecordsPerChunk, 20, semaphore);
/external/v8/test/cctest/
H A Dtest-circular-queue.cc81 class ProducerThread: public i::Thread { class in namespace:__anon26450
85 ProducerThread(SamplingCircularQueue* scq, function in class:__anon26450::ProducerThread
120 typedef ProducerThread::Record Record;
133 ProducerThread producer1(&scq, kRecordsPerChunk, 1, semaphore);
134 ProducerThread producer2(&scq, kRecordsPerChunk, 10, semaphore);
135 ProducerThread producer3(&scq, kRecordsPerChunk, 20, semaphore);

Completed in 164 milliseconds