Searched refs:max_count (Results 1 – 1 of 1) sorted by relevance
95 int max_count = -1; in test_semaphore() local97 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()