Home
last modified time | relevance | path

Searched refs:thread_request_serializer_proxy (Results 1 – 4 of 4) sorted by relevance

/oneTBB/src/tbb/
H A Dthread_request_serializer.cpp79 thread_request_serializer_proxy::thread_request_serializer_proxy(thread_dispatcher& td, int soft_li… in thread_request_serializer_proxy() function in tbb::detail::r1::thread_request_serializer_proxy
82 void thread_request_serializer_proxy::register_mandatory_request(int mandatory_delta) { in register_mandatory_request()
98 void thread_request_serializer_proxy::set_active_num_workers(int soft_limit) { in set_active_num_workers()
112 void thread_request_serializer_proxy::update(int delta) { my_serializer.update(delta); } in update()
114 void thread_request_serializer_proxy::enable_mandatory_concurrency(mutex_type::scoped_lock& lock) { in enable_mandatory_concurrency()
125 void thread_request_serializer_proxy::disable_mandatory_concurrency(mutex_type::scoped_lock& lock) { in disable_mandatory_concurrency()
H A Dthread_request_serializer.h45 friend class thread_request_serializer_proxy;
60 class thread_request_serializer_proxy : public thread_request_observer {
63 thread_request_serializer_proxy(thread_dispatcher& td, int soft_limit);
H A Dthreading_control.h86 cache_aligned_unique_ptr<thread_request_serializer_proxy> my_thread_request_serializer{nullptr};
H A Dthreading_control.cpp98 …make_cache_aligned_unique<thread_request_serializer_proxy>(*my_thread_dispatcher, workers_soft_lim… in threading_control_impl()