Home
last modified time | relevance | path

Searched refs:uv_handle_count_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dnode_platform.cc326 CHECK_GE(uv_handle_count_, 1); in DecreaseHandleCount()
327 if (--uv_handle_count_ == 0) { in DecreaseHandleCount()
474 uv_handle_count_++; in FlushForegroundTasksInternal()
H A Dnode_platform.h101 uint32_t uv_handle_count_ = 1; // 1 = flush_tasks_ member in node::PerIsolatePlatformData

Completed in 2 milliseconds