Searched defs:Deadline (Results 1 – 1 of 1) sorted by relevance
71 struct Deadline { struct72 Deadline(std::function<void(nsecs_t)> callback, int timerId) in Deadline() argument78 std::multimap<nsecs_t /*time*/, Deadline> mDeadlines; argument