Searched defs:threadPool (Results 1 – 3 of 3) sorted by relevance
31 int NNACLDefaultParallelLunch(void *threadPool, void *task, void *param, int taskNr) { in NNACLDefaultParallelLunch()
45 int DefaultThreadPoolParallelLunch(void *threadPool, void *task, void *param, int taskNr) { in DefaultThreadPoolParallelLunch()
89 std::unique_ptr<SkExecutor> threadPool = SkExecutor::MakeFIFOThreadPool(1); in DEF_GPUTEST() local