Home
last modified time | relevance | path

Searched defs:ProducerThread (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/cctest/
Dtest-circular-queue.cc106 class ProducerThread: public v8::base::Thread { class
108 ProducerThread(TestSampleQueue* scq, int records_per_chunk, Record value, in ProducerThread() function in __anon6f59ba3a0111::ProducerThread
/external/v8/test/unittests/base/platform/
Dsemaphore-unittest.cc23 class ProducerThread final : public Thread { class
25 ProducerThread(char* buffer, Semaphore* free_space, Semaphore* used_space) in ProducerThread() function in v8::base::__anon1aafdf820111::ProducerThread
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcommand.py1537 class ProducerThread(threading.Thread): class