Home
last modified time | relevance | path

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

/oneTBB/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp238 typedef oneapi::tbb::flow::queue_node<oneapi::tbb::flow::continue_msg> thinking_done_type; typedef
274 std::vector<thinking_done_type> done_vector(num_philosophers, thinking_done_type(g)); in main()