Home
last modified time | relevance | path

Searched defs:MASK (Results 1 – 3 of 3) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTQueueMPMC.h41 static const uint32 MASK = (CAPACITY - 1); variable
H A DMTTaskPool.h240 static const size_t MASK = (N - 1); variable
H A DMTTaskQueue.h67 static const unsigned int MASK = CAPACITY - 1u; variable