Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dasync_wrap.cc72 std::vector<double> destroy_async_id_list; in DestroyAsyncIdsCallback() local
73 destroy_async_id_list.swap(*env->destroy_async_id_list()); in DestroyAsyncIdsCallback()
75 for (auto async_id : destroy_async_id_list) { in DestroyAsyncIdsCallback()
86 } while (!env->destroy_async_id_list()->empty()); in DestroyAsyncIdsCallback()
550 if (env->destroy_async_id_list()->empty()) { in EmitDestroy()
557 if (env->destroy_async_id_list()->size() == 16384) { in EmitDestroy()
567 env->destroy_async_id_list()->push_back(async_id); in EmitDestroy()
H A Denv-inl.h377 inline std::vector<double>* Environment::destroy_async_id_list() { in destroy_async_id_list() function in node::Environment
H A Denv.h696 inline std::vector<double>* destroy_async_id_list();
/third_party/node/src/api/
H A Dhooks.cc36 if (!env->destroy_async_id_list()->empty()) in EmitProcessBeforeExit()

Completed in 5 milliseconds