Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMicroWindows.cpp68 static_assert(MW_THREAD_PRIORITY_LOWEST == THREAD_PRIORITY_LOWEST, "MW_THREAD_PRIORITY_LOWEST != TH…
H A DMicroWindows.h79 #define MW_THREAD_PRIORITY_LOWEST (THREAD_PRIORITY_LOWEST) macro
227 #define MW_THREAD_PRIORITY_LOWEST (-2) macro
H A DMTThread.h132 return MW_THREAD_PRIORITY_LOWEST; in GetPriority()