Home
last modified time | relevance | path

Searched refs:TraceWriterThreadPool (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtrace.h127 class TraceWriterThreadPool : public ThreadPool {
129 static TraceWriterThreadPool* Create(const char* name) { in Create()
130 TraceWriterThreadPool* pool = new TraceWriterThreadPool(name); in Create()
138 explicit TraceWriterThreadPool(const char* name) in TraceWriterThreadPool() function
386 std::unique_ptr<TraceWriterThreadPool> thread_pool_;
Dtrace.cc1103 thread_pool_.reset(TraceWriterThreadPool::Create("Trace writer pool")); in TraceWriter()