Searched refs:kMaxTaskId (Results 1 – 1 of 1) sorted by relevance
77 static const uint16_t kMaxTaskId = -1; /* 2^16 - 1, permisible ids are {1..2^16-1}*/ variable79 return (id == kMaxTaskId) ? 1 : id + 1; in NextAsyncTaskId()392 if (tasks_by_id_.size() == kMaxTaskId) // TODO potentially type unsafe in scheduleTask()