Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/
H A DMTTaskPool.h108 int32 check_id; variable
120 : check_id(TaskID::UNUSED) in TaskHandle()
128 : check_id(_id) in TaskHandle()
135 : check_id(other.check_id) in TaskHandle()
142 : check_id(other.check_id) in TaskHandle()
145 other.check_id = TaskID::UNUSED; in TaskHandle()
160 if (check_id != task->id.Load()) in IsValid()
172 check_id = other.check_id;
181 check_id = other.check_id;
184 other.check_id = TaskID::UNUSED;