Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dallocator_test_common.h74 inline char PseudoRandomValue( size_t j, size_t k ) { in PseudoRandomValue() function
179 s[j] = PseudoRandomValue(j, k); in TestAllocatorConcept()
186 REQUIRE(s[j] == PseudoRandomValue(j, k)); in TestAllocatorConcept()
238 s[j] = PseudoRandomValue(i, t); in check_allocate()
248 REQUIRE_MESSAGE(s[j] == PseudoRandomValue(i, t), "Thread safety test failed"); in check_deallocate()
259 std::size_t i = static_cast<unsigned char>(PseudoRandomValue(k, thread_id)); in operator()