Home
last modified time | relevance | path

Searched refs:FlushTasks (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/engine/flutter/fml/
Dmessage_loop_impl.cc118 void MessageLoopImpl::FlushTasks(FlushType type) { in FlushTasks() function in fml::MessageLoopImpl
135 FlushTasks(FlushType::kAll); in RunExpiredTasksNow()
139 FlushTasks(FlushType::kSingle); in RunSingleExpiredTaskNow()
Dmessage_loop_impl.h68 void FlushTasks(FlushType type);
/third_party/node/src/
Dnode_platform.cc85 CHECK_EQ(0, uv_async_init(&loop_, &flush_tasks_, FlushTasks)); in Run()
92 static void FlushTasks(uv_async_t* flush_tasks) { in FlushTasks() function in node::WorkerThreadsTaskRunner::DelayedTaskScheduler
226 CHECK_EQ(0, uv_async_init(loop, flush_tasks_, FlushTasks)); in PerIsolatePlatformData()
236 void PerIsolatePlatformData::FlushTasks(uv_async_t* handle) { in FlushTasks() function in node::PerIsolatePlatformData
Dnode_platform.h89 static void FlushTasks(uv_async_t* handle);