MySQL 9.3.0
Source Code Documentation
jit_executor::Pool< T > Member List

This is the complete list of members for jit_executor::Pool< T >, including all inherited members.

active_items() constjit_executor::Pool< T >inline
decrease_active_items(bool set_contention_mode=false)jit_executor::Pool< T >inlineprivate
discard(T ctx, bool set_contention_mode)jit_executor::Pool< T >inline
get()jit_executor::Pool< T >inline
increase_active_items()jit_executor::Pool< T >inlineprivate
m_active_itemsjit_executor::Pool< T >private
m_contention_modejit_executor::Pool< T >private
m_created_itemsjit_executor::Pool< T >private
m_item_availabilityjit_executor::Pool< T >private
m_item_destructorjit_executor::Pool< T >private
m_item_factoryjit_executor::Pool< T >private
m_itemsjit_executor::Pool< T >private
m_mutexjit_executor::Pool< T >private
m_pool_sizejit_executor::Pool< T >private
m_teardownjit_executor::Pool< T >private
Pool(size_t size, const std::function< T(size_t)> &factory, const std::function< void(T)> &destructor={})jit_executor::Pool< T >inlineexplicit
release(T ctx)jit_executor::Pool< T >inline
teardown()jit_executor::Pool< T >inline