Searched defs:taskID (Results 1 – 4 of 4) sorted by relevance
151 void AsyncTaskManager::Cancel(uint16_t taskID) in Cancel()
46 uint32_t taskID; member61 uint32_t taskID; /**< filled by kernel, taskId of sender/reciever */ member
232 for (int32_t taskID : videoInfo.taskIDs) { in InitVideoCap() local
28 static std::atomic_uint taskID = 0; variable