Searched refs:ProducerThread (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/cctest/ |
D | test-circular-queue.cc | 106 class ProducerThread: public v8::base::Thread { class 108 ProducerThread(TestSampleQueue* scq, int records_per_chunk, Record value, in ProducerThread() function in __anon105e637b0111::ProducerThread 146 ProducerThread producer1(&scq, kRecordsPerChunk, 1, &semaphore); in TEST() 147 ProducerThread producer2(&scq, kRecordsPerChunk, 10, &semaphore); in TEST() 148 ProducerThread producer3(&scq, kRecordsPerChunk, 20, &semaphore); in TEST()
|
/external/v8/test/unittests/base/platform/ |
D | semaphore-unittest.cc | 23 class ProducerThread final : public Thread { class 25 ProducerThread(char* buffer, Semaphore* free_space, Semaphore* used_space) in ProducerThread() function in v8::base::__anon6338eac30111::ProducerThread 95 ProducerThread producer_thread(buffer, &free_space, &used_space); in TEST()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | command.py | 1360 producer_thread = ProducerThread(copy.copy(self), args_iterator, caller_id, 1537 class ProducerThread(threading.Thread): class 1564 super(ProducerThread, self).__init__()
|