Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/
H A DMTTaskPool.h34 static const int UNUSED = 1; variable
120 : check_id(TaskID::UNUSED) in TaskHandle()
145 other.check_id = TaskID::UNUSED; in TaskHandle()
184 other.check_id = TaskID::UNUSED;
272 pElement->id.Store(TaskID::UNUSED); in TaskPool()
285 int preValue = pElement->id.Exchange(TaskID::UNUSED); in ~TaskPool()
286 if (preValue != TaskID::UNUSED) in ~TaskPool()
H A DMTScheduler.h129 poolHeader->id.Store(MT::TaskID::UNUSED); \