Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_platform.cc92 CHECK_EQ(0, uv_async_init(&loop_, &flush_tasks_, FlushTasks)); in Run()
99 static void FlushTasks(uv_async_t* flush_tasks) { in FlushTasks() function in node::WorkerThreadsTaskRunner::DelayedTaskScheduler
233 CHECK_EQ(0, uv_async_init(loop, flush_tasks_, FlushTasks)); in PerIsolatePlatformData()
243 void PerIsolatePlatformData::FlushTasks(uv_async_t* handle) { in FlushTasks() function in node::PerIsolatePlatformData
Dnode_platform.h89 static void FlushTasks(uv_async_t* handle);