Searched refs:RunForegroundTask (Results 1 – 2 of 2) sorted by relevance
417 void PerIsolatePlatformData::RunForegroundTask(std::unique_ptr<Task> task) { in RunForegroundTask() function in node::PerIsolatePlatformData444 void PerIsolatePlatformData::RunForegroundTask(uv_timer_t* handle) { in RunForegroundTask() function in node::PerIsolatePlatformData446 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()
90 void RunForegroundTask(std::unique_ptr<v8::Task> task);91 static void RunForegroundTask(uv_timer_t* timer);