Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/
H A DMTDebug.h30 #define MT_REPORT_ASSERT_IMPL( condition, description, file, line ) MT::Diagnostic::ReportAssert(#c… macro
33 #define MT_REPORT_ASSERT( description ) { MT_REPORT_ASSERT_IMPL( "always", description, __FILE__, _…
37 #define MT_ASSERT( condition, description ) { if ( !(condition) ) { MT_REPORT_ASSERT_IMPL( #conditi…
41 …FY( condition, description, operation ) { if ( !(condition) ) { { MT_REPORT_ASSERT_IMPL( #conditio…