Searched defs:SkThreadPool (Results 1 – 2 of 2) sorted by relevance
74 class SkThreadPool final : public SkExecutor { class76 explicit SkThreadPool(int threads) { in SkThreadPool() function in SkThreadPool
71 class SkThreadPool final : public SkExecutor { class73 explicit SkThreadPool(int threads, bool allowBorrowing) : fAllowBorrowing(allowBorrowing) { in SkThreadPool() function in SkThreadPool