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

/external/chromium_org/v8/src/base/platform/
H A Dsemaphore-unittest.cc23 class ProducerThread FINAL : public Thread {
25 ProducerThread(char* buffer, Semaphore* free_space, Semaphore* used_space) function in class:v8::base::__anon17254::FINAL
26 : Thread(Options("ProducerThread")),
30 virtual ~ProducerThread() {}
98 ProducerThread producer_thread(buffer, &free_space, &used_space);
/external/chromium_org/v8/test/cctest/
H A Dtest-circular-queue.cc106 class ProducerThread: public v8::base::Thread { class in namespace:__anon17398
108 ProducerThread(TestSampleQueue* scq, int records_per_chunk, Record value, function in class:__anon17398::ProducerThread
146 ProducerThread producer1(&scq, kRecordsPerChunk, 1, &semaphore);
147 ProducerThread producer2(&scq, kRecordsPerChunk, 10, &semaphore);
148 ProducerThread producer3(&scq, kRecordsPerChunk, 20, &semaphore);

Completed in 89 milliseconds