Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/
H A DMTDebug.h32 #ifndef MT_REPORT_ASSERT
33 #define MT_REPORT_ASSERT( description ) { MT_REPORT_ASSERT_IMPL( "always", description, __FILE__, _… macro
46 #ifndef MT_REPORT_ASSERT
47 #define MT_REPORT_ASSERT( description ) macro
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTThread.h134 MT_REPORT_ASSERT("Invalid thread priority"); in GetPriority()
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTThread.h190 MT_REPORT_ASSERT("Invalid thread priority"); in GetPriority()
/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp179 MT_REPORT_ASSERT("Unknown stack requrements"); in RequestFiberContext()
211 MT_REPORT_ASSERT("Unknown stack requrements"); in ReleaseFiberContext()
850 MT_REPORT_ASSERT("Group pool is empty"); in CreateGroup()