Home
last modified time | relevance | path

Searched refs:destroy_async_id_list (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dasync_wrap.cc111 std::vector<double> destroy_async_id_list; in DestroyAsyncIdsCallback() local
112 destroy_async_id_list.swap(*env->destroy_async_id_list()); in DestroyAsyncIdsCallback()
114 for (auto async_id : destroy_async_id_list) { in DestroyAsyncIdsCallback()
125 } while (!env->destroy_async_id_list()->empty()); in DestroyAsyncIdsCallback()
573 if (env->destroy_async_id_list()->empty()) { in EmitDestroy()
580 if (env->destroy_async_id_list()->size() == 16384) { in EmitDestroy()
589 env->destroy_async_id_list()->push_back(async_id); in EmitDestroy()
Denv-inl.h665 inline std::vector<double>* Environment::destroy_async_id_list() { in destroy_async_id_list() function
Denv.h1009 inline std::vector<double>* destroy_async_id_list();
/third_party/node/src/api/
Dhooks.cc42 if (!env->destroy_async_id_list()->empty()) in EmitProcessBeforeExit()