Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dtrace.h177 class TraceWriterThreadPool : public ThreadPool {
179 static TraceWriterThreadPool* Create(const char* name) { in Create()
180 TraceWriterThreadPool* pool = new TraceWriterThreadPool(name); in Create()
188 explicit TraceWriterThreadPool(const char* name) in TraceWriterThreadPool() function
437 std::unique_ptr<TraceWriterThreadPool> thread_pool_;
H A Dtrace.cc1100 thread_pool_.reset(TraceWriterThreadPool::Create("Trace writer pool")); in TraceWriter()