Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dmarket.cpp60 auto& clients = my_clients[c.priority_level()]; in unregister_and_destroy_client() local
61 auto it = std::find(clients.begin(), clients.end(), &c); in unregister_and_destroy_client()
62 __TBB_ASSERT(it != clients.end(), "Destroying of an unregistered client"); in unregister_and_destroy_client()
63 clients.erase(it); in unregister_and_destroy_client()
H A Dthread_dispatcher.cpp134 thread_dispatcher_client* thread_dispatcher::client_in_need(client_list_type* clients, thread_dispa… in client_in_need() argument
143 __TBB_ASSERT(it != clients[curr_priority_level].end(), nullptr); in client_in_need()
146 if (++it == clients[curr_priority_level].end()) { in client_in_need()
149 } while (clients[curr_priority_level].empty()); in client_in_need()
150 it = clients[curr_priority_level].begin(); in client_in_need()
H A Dthread_dispatcher.h69 …thread_dispatcher_client* client_in_need(client_list_type* clients, thread_dispatcher_client* hint…
/oneTBB/doc/main/intro/
H A Dnotation.rst48 describe the class as it seems to clients, not how it is actually