Searched defs:PostTask (Results 1 – 3 of 3) sorted by relevance
| /third_party/gn/src/util/ | ||
| D | msg_loop.cc | 54 void MsgLoop::PostTask(std::function<void()> work) { in PostTask() function in MsgLoop |
| D | worker_pool.cc | 67 void WorkerPool::PostTask(std::function<void()> work) { in PostTask() function in WorkerPool |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ | ||
| D | AsyncTask.cpp | 11 void AsyncTaskManager::PostTask(AsyncTask asyncTask) { in PostTask() function in dawn_native::AsyncTaskManager |