Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_semaphore.cpp95 int max_count = -1; in test_semaphore() local
97 max_count = utils::max(max_count, item); in test_semaphore()
99 REQUIRE_MESSAGE(max_count <= sem_init_cnt, "Too many threads in semaphore-protected increment"); in test_semaphore()