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

/external/chromium_org/v8/test/cctest/
H A Dtest-semaphore.cc117 class ProducerThread V8_FINAL : public Thread {
119 ProducerThread() : Thread("ProducerThread") {} function in class:V8_FINAL
120 virtual ~ProducerThread() {}
149 ProducerThread producer_thread;
H A Dtest-circular-queue.cc105 class ProducerThread: public i::Thread { class in namespace:__anon15634
107 ProducerThread(TestSampleQueue* scq, function in class:__anon15634::ProducerThread
147 ProducerThread producer1(&scq, kRecordsPerChunk, 1, &semaphore);
148 ProducerThread producer2(&scq, kRecordsPerChunk, 10, &semaphore);
149 ProducerThread producer3(&scq, kRecordsPerChunk, 20, &semaphore);
/external/v8/test/cctest/
H A Dtest-circular-queue.cc81 class ProducerThread: public i::Thread { class in namespace:__anon27335
85 ProducerThread(SamplingCircularQueue* scq, function in class:__anon27335::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 102 milliseconds