Searched refs:tcm_adaptor_impl (Results 1 – 2 of 2) sorted by relevance
29 struct tcm_adaptor_impl;54 cache_aligned_unique_ptr<tcm_adaptor_impl> my_impl;
219 struct tcm_adaptor_impl { struct224 tcm_adaptor_impl(tcm_client_id_t id) : client_id(id) in tcm_adaptor_impl() argument260 my_impl = make_cache_aligned_unique<tcm_adaptor_impl>(client_id); in tcm_adaptor()289 tcm_adaptor_impl::demand_mutex_type::scoped_lock lock(my_impl->my_demand_mutex); in unregister_and_destroy_client()303 tcm_adaptor_impl::demand_mutex_type::scoped_lock lock(my_impl->my_demand_mutex); in adjust_demand()