Searched refs:threading_control_impl (Results 1 – 4 of 4) sorted by relevance
33 std::pair<unsigned, unsigned> threading_control_impl::calculate_workers_limits() { in calculate_workers_limits()91 threading_control_impl::threading_control_impl(threading_control* tc) { in threading_control_impl() function in tbb::detail::r1::threading_control_impl105 void threading_control_impl::release(bool blocking_terminate) { in release()109 void threading_control_impl::set_active_num_workers(unsigned soft_limit) { in set_active_num_workers()115 threading_control_client threading_control_impl::create_client(arena& a) { in create_client()122 threading_control_impl::client_snapshot threading_control_impl::prepare_client_destruction(threadin… in prepare_client_destruction()127 bool threading_control_impl::try_destroy_client(threading_control_impl::client_snapshot snapshot) { in try_destroy_client()140 void threading_control_impl::register_thread(thread_data& td) { in register_thread()143 void threading_control_impl::unregister_thread(thread_data& td) { in unregister_thread()153 std::size_t threading_control_impl::worker_stack_size() { in worker_stack_size()[all …]
42 class threading_control_impl {44 threading_control_impl(threading_control*);95 using client_snapshot = threading_control_impl::client_snapshot;140 cache_aligned_unique_ptr<threading_control_impl> my_pimpl{nullptr};
35 class threading_control_impl; variable72 friend class threading_control_impl; variable
51 friend class threading_control_impl; variable