Home
last modified time | relevance | path

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

/oneTBB/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp53 const std::chrono::seconds think_time(1); variable
231 std::this_thread::sleep_for(think_time); in think()