Home
last modified time | relevance | path

Searched defs:PostTask (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/util/
Dmsg_loop.cc54 void MsgLoop::PostTask(std::function<void()> work) { in PostTask() function in MsgLoop
Dworker_pool.cc67 void WorkerPool::PostTask(std::function<void()> work) { in PostTask() function in WorkerPool
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DAsyncTask.cpp11 void AsyncTaskManager::PostTask(AsyncTask asyncTask) { in PostTask() function in dawn_native::AsyncTaskManager