HelenOS sources
chrono 279 uspace/lib/cpp/include/__bits/chrono.hpp struct common_type<chrono::duration<Rep1, Period1>, chrono::duration<Rep2, Period2>>
chrono 281 uspace/lib/cpp/include/__bits/chrono.hpp using type = chrono::duration<
chrono 288 uspace/lib/cpp/include/__bits/chrono.hpp struct common_type<chrono::time_point<Clock, Duration1>, chrono::time_point<Clock, Duration2>>
chrono 290 uspace/lib/cpp/include/__bits/chrono.hpp using type = chrono::time_point<Clock, common_type_t<Duration1, Duration2>>;
chrono 605 uspace/lib/cpp/include/__bits/chrono.hpp using duration = chrono::duration<rep, period>;
chrono 606 uspace/lib/cpp/include/__bits/chrono.hpp using time_point = chrono::time_point<system_clock>;
chrono 649 uspace/lib/cpp/include/__bits/chrono.hpp using duration = chrono::duration<rep, period>;
chrono 650 uspace/lib/cpp/include/__bits/chrono.hpp using time_point = chrono::time_point<steady_clock>;
chrono 689 uspace/lib/cpp/include/__bits/chrono.hpp constexpr chrono::hours operator ""h(unsigned long long hrs)
chrono 691 uspace/lib/cpp/include/__bits/chrono.hpp return chrono::hours{static_cast<chrono::hours::rep>(hrs)};
chrono 694 uspace/lib/cpp/include/__bits/chrono.hpp constexpr chrono::duration<long double, ratio<3600>> operator ""h(long double hrs)
chrono 696 uspace/lib/cpp/include/__bits/chrono.hpp return chrono::duration<long double, ratio<3600>>{hrs};
chrono 699 uspace/lib/cpp/include/__bits/chrono.hpp constexpr chrono::minutes operator ""m(unsigned long long mins)
chrono 701 uspace/lib/cpp/include/__bits/chrono.hpp return chrono::minutes{static_cast<chrono::minutes::rep>(mins)};
chrono 704 uspace/lib/cpp/include/__bits/chrono.hpp constexpr chrono::duration<long double, ratio<60>> operator ""m(long double mins)
chrono 706 uspace/lib/cpp/include/__bits/chrono.hpp return chrono::duration<long double, ratio<60>>{mins};
chrono 709 uspace/lib/cpp/include/__bits/chrono.hpp constexpr chrono::seconds operator ""s(unsigned long long secs)
chrono 711 uspace/lib/cpp/include/__bits/chrono.hpp return chrono::seconds{static_cast<chrono::seconds::rep>(secs)};
chrono 714 uspace/lib/cpp/include/__bits/chrono.hpp constexpr chrono::duration<long double, ratio<1>> operator ""s(long double secs)
chrono 716 uspace/lib/cpp/include/__bits/chrono.hpp return chrono::duration<long double, ratio<1>>{secs};
chrono 719 uspace/lib/cpp/include/__bits/chrono.hpp constexpr chrono::milliseconds operator ""ms(unsigned long long msecs)
chrono 721 uspace/lib/cpp/include/__bits/chrono.hpp return chrono::milliseconds{static_cast<chrono::milliseconds::rep>(msecs)};
chrono 724 uspace/lib/cpp/include/__bits/chrono.hpp constexpr chrono::duration<long double, milli> operator ""ms(long double msecs)
chrono 726 uspace/lib/cpp/include/__bits/chrono.hpp return chrono::duration<long double, milli>{msecs};
chrono 729 uspace/lib/cpp/include/__bits/chrono.hpp constexpr chrono::microseconds operator ""us(unsigned long long usecs)
chrono 731 uspace/lib/cpp/include/__bits/chrono.hpp return chrono::microseconds{static_cast<chrono::microseconds::rep>(usecs)};
chrono 734 uspace/lib/cpp/include/__bits/chrono.hpp constexpr chrono::duration<long double, micro> operator ""us(long double usecs)
chrono 736 uspace/lib/cpp/include/__bits/chrono.hpp return chrono::duration<long double, micro>{usecs};
chrono 739 uspace/lib/cpp/include/__bits/chrono.hpp constexpr chrono::nanoseconds operator ""ns(unsigned long long nsecs)
chrono 741 uspace/lib/cpp/include/__bits/chrono.hpp return chrono::nanoseconds{static_cast<chrono::nanoseconds::rep>(nsecs)};
chrono 744 uspace/lib/cpp/include/__bits/chrono.hpp constexpr chrono::duration<long double, nano> operator ""ns(long double nsecs)
chrono 746 uspace/lib/cpp/include/__bits/chrono.hpp return chrono::duration<long double, nano>{nsecs};
chrono 46 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp aux::time_unit_t time_until(const chrono::time_point<Clock, Duration>& abs_time)
chrono 83 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp const chrono::time_point<Clock, Duration>& abs_time)
chrono 97 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp const chrono::time_point<Clock, Duration>& abs_time,
chrono 111 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp const chrono::duration<Rep, Period>& rel_time)
chrono 114 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp lock, chrono::steady_clock::now() + rel_time
chrono 120 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp const chrono::duration<Rep, Period>& rel_time,
chrono 124 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp lock, chrono::steady_clock::now() + rel_time,
chrono 167 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp const chrono::time_point<Clock, Duration>& abs_time)
chrono 181 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp const chrono::time_point<Clock, Duration>& abs_time,
chrono 195 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp const chrono::duration<Rep, Period>& rel_time)
chrono 198 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp lock, chrono::steady_clock::now() + rel_time
chrono 204 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp const chrono::duration<Rep, Period>& rel_time,
chrono 208 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp lock, chrono::steady_clock::now() + rel_time,
chrono 121 uspace/lib/cpp/include/__bits/thread/future.hpp wait_for(const chrono::duration<Rep, Period>& rel_time) const
chrono 131 uspace/lib/cpp/include/__bits/thread/future.hpp const chrono::time_point<Clock, Duration>& abs_time
chrono 116 uspace/lib/cpp/include/__bits/thread/mutex.hpp bool try_lock_for(const chrono::duration<Rep, Period>& rel_time)
chrono 124 uspace/lib/cpp/include/__bits/thread/mutex.hpp bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time)
chrono 162 uspace/lib/cpp/include/__bits/thread/mutex.hpp bool try_lock_for(const chrono::duration<Rep, Period>& rel_time)
chrono 176 uspace/lib/cpp/include/__bits/thread/mutex.hpp bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time)
chrono 284 uspace/lib/cpp/include/__bits/thread/mutex.hpp unique_lock(mutex_type& mtx, const chrono::time_point<Clock, Duration>& abs_time)
chrono 291 uspace/lib/cpp/include/__bits/thread/mutex.hpp unique_lock(mutex_type& mtx, const chrono::duration<Rep, Period>& rel_time)
chrono 355 uspace/lib/cpp/include/__bits/thread/mutex.hpp bool try_lock_for(const chrono::duration<Rep, Period>& rel_time)
chrono 369 uspace/lib/cpp/include/__bits/thread/mutex.hpp bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time)
chrono 56 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp bool try_lock_for(const chrono::duration<Rep, Period>& rel_time)
chrono 64 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time)
chrono 77 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp bool try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time)
chrono 85 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp bool try_lock_shared_until(const chrono::time_point<Clock, Duration>& abs_time)
chrono 139 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp shared_lock(mutex_type& mtx, const chrono::time_point<Clock, Duration>& abs_time)
chrono 146 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp shared_lock(mutex_type& mtx, const chrono::duration<Rep, Period>& rel_time)
chrono 210 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp bool try_lock_for(const chrono::duration<Rep, Period>& rel_time)
chrono 224 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time)
chrono 116 uspace/lib/cpp/include/__bits/thread/shared_state.hpp wait_for(const chrono::duration<Rep, Period>& rel_time) const
chrono 138 uspace/lib/cpp/include/__bits/thread/shared_state.hpp wait_until(const chrono::time_point<Clock, Duration>& abs_time)
chrono 219 uspace/lib/cpp/include/__bits/thread/thread.hpp void sleep_until(const chrono::time_point<Clock, Duration>& abs_time)
chrono 228 uspace/lib/cpp/include/__bits/thread/thread.hpp void sleep_for(const chrono::duration<Rep, Period>& rel_time)
chrono 230 uspace/lib/cpp/include/__bits/thread/thread.hpp if (rel_time <= chrono::duration<Rep, Period>::zero())
chrono 147 uspace/lib/cpp/include/__bits/thread/threading.hpp static time_unit convert(const std::chrono::duration<Rep, Period>& dur)
chrono 149 uspace/lib/cpp/include/__bits/thread/threading.hpp return std::chrono::duration_cast<std::chrono::duration<Rep, micro>>(dur).count();
chrono 208 uspace/lib/cpp/src/__bits/test/future.cpp res7 = f7.wait_until(std::chrono::system_clock::now() + 5ms);
chrono 228 uspace/lib/cpp/src/__bits/test/future.cpp auto res8 = f8.wait_until(std::chrono::system_clock::now() + 10ms);
HelenOS homepage, sources at GitHub