Searched defs:cond (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | itt_notify.h | 83 #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 D | bzlib_private.hpp | 104 #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 D | test_malloc_compliance.cpp | 109 #define ASSERT_ERRNO(cond, msg) REQUIRE_MESSAGE( (!__tbb_test_errno || (cond)), msg ) argument 110 #define CHECK_ERRNO(cond) (__tbb_test_errno && (cond)) argument
|