Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp107 bool __tbb_test_errno = false; variable
109 #define ASSERT_ERRNO(cond, msg) REQUIRE_MESSAGE( (!__tbb_test_errno || (cond)), msg )
110 #define CHECK_ERRNO(cond) (__tbb_test_errno && (cond))
1073 __tbb_test_errno = true;
1078 __tbb_test_errno = true;