Searched refs:kMaxTaskId (Results 1 – 1 of 1) sorted by relevance
85 static const uint16_t kMaxTaskId = variable88 return (id == kMaxTaskId) ? 1 : id + 1; in NextAsyncTaskId()425 if (tasks_by_id_.size() == kMaxTaskId) // TODO potentially type unsafe in scheduleTask()