Searched defs:current_tasks (Results 1 – 5 of 5) sorted by relevance
311 std::vector<int64> current_tasks; in Heartbeat() local
18 repeated int64 current_tasks = 2; field
62 const std::vector<int64>& current_tasks, std::vector<TaskDef>& new_tasks, in WorkerHeartbeat()
228 absl::flat_hash_set<int64> current_tasks; in WorkerHeartbeat() local
48 static PyObject *current_tasks; variable