Searched refs:MakeLIFOThreadPool (Results 1 – 4 of 4) sorted by relevance
22 static std::unique_ptr<SkExecutor> MakeLIFOThreadPool(int threads = 0,
51 fThreadPool = SkExecutor::MakeLIFOThreadPool(threads); in Enabler()
151 std::unique_ptr<SkExecutor> SkExecutor::MakeLIFOThreadPool(int threads, bool allowBorrowing) { in MakeLIFOThreadPool() function in SkExecutor
1805 , fRecordingExecutor(SkExecutor::MakeLIFOThreadPool(1)) in GPUDDLSink()