Searched refs:destroy_async_id_list (Results 1 – 4 of 4) sorted by relevance
111 std::vector<double> destroy_async_id_list; in DestroyAsyncIdsCallback() local112 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()
665 inline std::vector<double>* Environment::destroy_async_id_list() { in destroy_async_id_list() function
1009 inline std::vector<double>* destroy_async_id_list();
42 if (!env->destroy_async_id_list()->empty()) in EmitProcessBeforeExit()