Home
last modified time | relevance | path

Searched refs:tcm_adaptor_impl (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/
H A Dtcm_adaptor.h29 struct tcm_adaptor_impl;
54 cache_aligned_unique_ptr<tcm_adaptor_impl> my_impl;
H A Dtcm_adaptor.cpp219 struct tcm_adaptor_impl { struct
224 tcm_adaptor_impl(tcm_client_id_t id) : client_id(id) in tcm_adaptor_impl() argument
260 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()