Home
last modified time | relevance | path

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

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