HomeSort by relevance Sort by last modified time
    Searched refs:ProducerThread (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/v8/test/cctest/
test-circular-queue.cc 104 class ProducerThread: public i::Thread {
108 ProducerThread(SamplingCircularQueue* scq,
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/
test-circular-queue.cc 81 class ProducerThread: public i::Thread {
85 ProducerThread(SamplingCircularQueue* scq,
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);
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py     [all...]

Completed in 98 milliseconds