Searched refs:TRC_ASSERT_CUSTOM_ON_FAIL (Results 1 – 2 of 2) sorted by relevance
/TraceRecorderSource-3.4.0/ |
D | trcEvent.c | 87 …TRC_ASSERT_CUSTOM_ON_FAIL(pxEventData->pvBlob == 0, TRACE_EXIT_CRITICAL_SECTION(); return TRC_FAIL… in xTraceEventBeginRawOffline() 138 …TRC_ASSERT_CUSTOM_ON_FAIL(pxEventData->pvBlob == 0, TRACE_EXIT_CRITICAL_SECTION(); return TRC_FAIL… in xTraceEventBeginRawOfflineBlocking() 171 …TRC_ASSERT_CUSTOM_ON_FAIL(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_EVENT), TRACE_EXIT_C… in xTraceEventEndOffline() 174 TRC_ASSERT_CUSTOM_ON_FAIL(pxEventData != 0, TRACE_EXIT_CRITICAL_SECTION(); return TRC_FAIL; ); in xTraceEventEndOffline() 177 …TRC_ASSERT_CUSTOM_ON_FAIL(pxEventData->pvBlob != 0, TRACE_EXIT_CRITICAL_SECTION(); return TRC_FAIL… in xTraceEventEndOffline() 206 …TRC_ASSERT_CUSTOM_ON_FAIL(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_EVENT), TRACE_EXIT_C… in xTraceEventEndOfflineBlocking() 209 TRC_ASSERT_CUSTOM_ON_FAIL(pxEventData != 0, TRACE_EXIT_CRITICAL_SECTION(); return TRC_FAIL; ); in xTraceEventEndOfflineBlocking() 212 …TRC_ASSERT_CUSTOM_ON_FAIL(pxEventData->pvBlob != 0, TRACE_EXIT_CRITICAL_SECTION(); return TRC_FAIL… in xTraceEventEndOfflineBlocking()
|
/TraceRecorderSource-3.4.0/include/ |
D | trcAssert.h | 46 #define TRC_ASSERT_CUSTOM_ON_FAIL(__condition, __custom_on_fail) if (!(__condition)) { prvTraceAsse… macro 48 #define TRC_ASSERT_CUSTOM_ON_FAIL_ALWAYS_EVALUATE TRC_ASSERT_CUSTOM_ON_FAIL 116 #define TRC_ASSERT_CUSTOM_ON_FAIL(__condition, __custom_on_fail)
|