Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbb/
H A Ditt_notify.h83 #define ITT_CALLEE_ENTER(cond, t, obj) if(cond) {\ argument
87 #define ITT_CALLEE_LEAVE(cond, obj) (cond) ? __itt_stack_callee_leave(static_cast<__itt_caller>… argument
103 #define ITT_CALLEE_ENTER(cond, t, obj) ((void)0) argument
104 #define ITT_CALLEE_LEAVE(cond, obj) ((void)0) argument
/oneTBB/examples/graph/fgbzip2/
H A Dbzlib_private.hpp104 #define AssertH(cond, errcode) \ argument
111 #define AssertD(cond, msg) \ argument
119 #define AssertD(cond, msg) /* */ argument
132 #define AssertH(cond, errcode) \ argument
137 #define AssertD(cond, msg) \ argument
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp109 #define ASSERT_ERRNO(cond, msg) REQUIRE_MESSAGE( (!__tbb_test_errno || (cond)), msg ) argument
110 #define CHECK_ERRNO(cond) (__tbb_test_errno && (cond)) argument