Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h870 double m_timeout; member
1653 double m_timeout = 0;
3610 if(Approx(currentTest->m_timeout).epsilon(DBL_EPSILON) != 0 &&
3611 Approx(seconds).epsilon(DBL_EPSILON) > currentTest->m_timeout)
4359 m_timeout = test_suite.m_timeout;
5520 if(Approx(in.m_timeout) != 0)
5521 xml.writeAttribute("timeout", in.m_timeout);
6372 << std::fixed << tc->m_timeout << "!\n";