Searched defs:ProducerThread (Results 1 – 3 of 3) sorted by relevance
106 class ProducerThread: public v8::base::Thread { class108 ProducerThread(TestSampleQueue* scq, int records_per_chunk, Record value, in ProducerThread() function in __anon6f59ba3a0111::ProducerThread
23 class ProducerThread final : public Thread { class25 ProducerThread(char* buffer, Semaphore* free_space, Semaphore* used_space) in ProducerThread() function in v8::base::__anon1aafdf820111::ProducerThread
1537 class ProducerThread(threading.Thread): class