/llvm-project/libcxx/include/__chrono/ |
H A D | time_point.h | 48 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) : __d_(__d) {} in time_point() function 49 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) : __d_(__d) {} time_point() function 53 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point(const time_point<clock, _Duration2>& __t) time_point() function [all...] |
H A D | steady_clock.h | 31 typedef chrono::time_point<steady_clock, duration> time_point; typedef
|
H A D | system_clock.h | 31 typedef chrono::time_point<system_clock> time_point; typedef
|
/llvm-project/libcxx/test/std/time/time.clock/time.clock.local/ |
H A D | ostream.pass.cpp | 39 static std::basic_string<CharT> stream_c_locale(std::chrono::local_time<Duration> time_point) { in stream_c_locale() 46 static std::basic_string<CharT> stream_fr_FR_locale(std::chrono::local_time<Duration> time_point) { in stream_fr_FR_locale() 55 static std::basic_string<CharT> stream_ja_JP_locale(std::chrono::local_time<Duration> time_point) { in stream_ja_JP_locale()
|
/llvm-project/libcxx/test/std/time/time.clock/time.clock.system/ |
H A D | sys_time.ostream.pass.cpp | 39 static std::basic_string<CharT> stream_c_locale(std::chrono::sys_time<Duration> time_point) { in stream_c_locale() 46 static std::basic_string<CharT> stream_fr_FR_locale(std::chrono::sys_time<Duration> time_point) { in stream_fr_FR_locale() 55 static std::basic_string<CharT> stream_ja_JP_locale(std::chrono::sys_time<Duration> time_point) { in stream_ja_JP_locale()
|
/llvm-project/libcxx/test/std/time/time.clock/time.clock.file/ |
H A D | ostream.pass.cpp | 46 static std::basic_string<CharT> stream_c_locale(file_time<Duration> time_point) { in stream_c_locale() 53 static std::basic_string<CharT> stream_fr_FR_locale(file_time<Duration> time_point) { in stream_fr_FR_locale() 62 static std::basic_string<CharT> stream_ja_JP_locale(file_time<Duration> time_point) { in stream_ja_JP_locale()
|
/llvm-project/libcxx/test/std/time/ |
H A D | clock.h | 19 typedef std::chrono::time_point<Clock, duration> time_point; typedef
|
/llvm-project/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/ |
H A D | sleep_for.pass.cpp | 25 typedef Clock::time_point time_point; in main() typedef
|
H A D | sleep_for.signals.pass.cpp | 57 typedef Clock::time_point time_point; in main() typedef
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | ExponentialBackoff.h | 36 using time_point = std::chrono::steady_clock::time_point; variable
|
/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.this/ |
H A D | sleep_until.pass.cpp | 26 typedef Clock::time_point time_point; in main() typedef
|
/llvm-project/libcxx/test/libcxx/diagnostics/ |
H A D | mutex.nodiscard.verify.cpp | 45 std::chrono::time_point<std::chrono::steady_clock> time_point; in test() local
|
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/ |
H A D | try_lock.pass.cpp | 30 typedef Clock::time_point time_point; global() typedef
|
H A D | lock.pass.cpp | 30 typedef Clock::time_point time_point; global() typedef
|
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/ |
H A D | try_lock.pass.cpp | 30 typedef Clock::time_point time_point; global() typedef
|
H A D | lock.pass.cpp | 30 typedef Clock::time_point time_point; global() typedef
|
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/ |
H A D | try_lock.pass.cpp | 32 typedef Clock::time_point time_point; global() typedef
|
H A D | lock.pass.cpp | 33 typedef Clock::time_point time_point; global() typedef
|
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/ |
H A D | lock.pass.cpp | 30 typedef Clock::time_point time_point; global() typedef
|
H A D | try_lock.pass.cpp | 30 typedef Clock::time_point time_point; global() typedef
|
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/ |
H A D | try_lock.pass.cpp | 30 typedef Clock::time_point time_point; global() typedef
|
H A D | lock.pass.cpp | 30 typedef Clock::time_point time_point; global() typedef
|
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/ |
H A D | try_lock.pass.cpp | 32 typedef Clock::time_point time_point; global() typedef
|
H A D | lock.pass.cpp | 32 typedef Clock::time_point time_point; global() typedef
|
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/ |
H A D | mutex.pass.cpp | 33 typedef Clock::time_point time_point; global() typedef
|