Searched refs:TimePoint (Results 1 – 3 of 3) sorted by relevance
79 typedef std::chrono::steady_clock::time_point TimePoint; typedef108 const TimePoint &now,152 NamedTimePoint() : mTimePoint(TimePoint::max()), mName("") {} in NamedTimePoint()155 const TimePoint &timePoint, in set()161 inline TimePoint get() const { return mTimePoint; } in get()164 TimePoint mTimePoint;
1674 TimePoint now = std::chrono::steady_clock::now(); in onMessageReceived()1828 setDeadline(TimePoint::max(), 0ms, "none"); in onMessageReceived()1832 const TimePoint &now, in setDeadline()1848 if (deadline->get() != TimePoint::max()) { in initiateReleaseIfStuck()
46 using TimePoint = std::chrono::time_point<Clock>; typedef120 TimePoint target = *(mWakeups.begin()); in loop()142 std::set<TimePoint> mWakeups;