Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_queue_whitebox.cpp68 std::size_t hack_val = std::numeric_limits<std::size_t>::max() & ~reserved_elem_num; in test_flogger_help() local
70 q.my_queue_representation->head_counter = hack_val; in test_flogger_help()
71 q.my_queue_representation->tail_counter = hack_val; in test_flogger_help()
84 REQUIRE_MESSAGE(q.my_queue_representation->head_counter < hack_val, "Failed wraparound test"); in test_flogger_help()