Home
last modified time | relevance | path

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

/third_party/node/src/
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()
Dnode_platform.h101 uint32_t uv_handle_count_ = 1; // 1 = flush_tasks_ variable