Searched defs:condition (Results 1 – 3 of 3) sorted by relevance
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTDebug.h | 30 #define MT_REPORT_ASSERT_IMPL( condition, description, file, line ) MT::Diagnostic::ReportAssert(#c… argument 37 #define MT_ASSERT( condition, description ) { if ( !(condition) ) { MT_REPORT_ASSERT_IMPL( #conditi… argument 41 #define MT_VERIFY( condition, description, operation ) { if ( !(condition) ) { { MT_REPORT_ASSERT_I… argument 51 #define MT_ASSERT( condition, description ) argument 55 #define MT_VERIFY( condition, description, operation ) { if ( !(condition) ) { operation; } } argument
|
| /TaskScheduler/Scheduler/Source/ |
| H A D | MTDefaultAppInterop.cpp | 178 …void Diagnostic::ReportAssert(const char* condition, const char* description, const char* sourceFi… in ReportAssert()
|
| /TaskScheduler/Scheduler/Include/Platform/Posix/ |
| H A D | MTEvent.h | 45 pthread_cond_t condition; variable
|