Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_platform.cc417 void PerIsolatePlatformData::RunForegroundTask(std::unique_ptr<Task> task) { in RunForegroundTask() function in node::PerIsolatePlatformData
444 void PerIsolatePlatformData::RunForegroundTask(uv_timer_t* handle) { in RunForegroundTask() function in node::PerIsolatePlatformData
446 delayed->platform_data->RunForegroundTask(std::move(delayed->task)); in RunForegroundTask()
472 uv_timer_start(&delayed->timer, RunForegroundTask, delay_millis, 0); in FlushForegroundTasksInternal()
494 RunForegroundTask(std::move(task)); in FlushForegroundTasksInternal()
Dnode_platform.h90 void RunForegroundTask(std::unique_ptr<v8::Task> task);
91 static void RunForegroundTask(uv_timer_t* timer);