Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_async_node.cpp682 AsyncActivity(size_t limit) : stop_limit(limit), c(0), thr([this]() { in __anon62ab872d0a02()
703 bool end_of_work() { return c >= stop_limit; } in end_of_work()
708 size_t stop_limit; member in AsyncActivity