Searched defs:threadPool (Results 1 – 4 of 4) 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
92 std::unique_ptr<SkExecutor> threadPool = SkExecutor::MakeFIFOThreadPool(1); in DEF_GANESH_TEST() local