Searched refs:UNUSED (Results 1 – 2 of 2) sorted by relevance
34 static const int UNUSED = 1; variable120 : 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()
129 poolHeader->id.Store(MT::TaskID::UNUSED); \