Searched refs:thread_bag (Results 1 – 3 of 3) sorted by relevance
23 class thread_bag class in thread_executor33 thread_bag() = default;35 ~thread_bag() in ~thread_bag()46 static thread_bag& query(execution::context_t) in query()48 static thread_bag threads; in query()60 thread_bag& bag = query(execution::context); in execute()
31 class thread_bag : public execution_context::service class in thread_executor34 typedef thread_bag key_type;36 explicit thread_bag(execution_context& ctx) in thread_bag() function in thread_executor::thread_bag77 thread_bag& bag = use_service<thread_bag>(query(execution::context)); in execute()