Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/thread/
DCommonPool.h87 typedef std::packaged_task<decltype(func())()> task_t; typedef
88 auto task = std::make_shared<task_t>(std::forward<F>(func));
DWorkQueue.h99 typedef std::packaged_task<decltype(func())()> task_t; typedef
100 auto task = std::make_shared<task_t>(std::forward<F>(func));