Home
last modified time | relevance | path

Searched defs:time_point (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project/libcxx/include/__chrono/
H A Dtime_point.h48 _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 Dsteady_clock.h31 typedef chrono::time_point<steady_clock, duration> time_point; typedef
H A Dsystem_clock.h31 typedef chrono::time_point<system_clock> time_point; typedef
/llvm-project/libcxx/test/std/time/time.clock/time.clock.local/
H A Dostream.pass.cpp39 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 Dsys_time.ostream.pass.cpp39 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 Dostream.pass.cpp46 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 Dclock.h19 typedef std::chrono::time_point<Clock, duration> time_point; typedef
/llvm-project/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/
H A Dsleep_for.pass.cpp25 typedef Clock::time_point time_point; in main() typedef
H A Dsleep_for.signals.pass.cpp57 typedef Clock::time_point time_point; in main() typedef
/llvm-project/llvm/include/llvm/Support/
H A DExponentialBackoff.h36 using time_point = std::chrono::steady_clock::time_point; variable
/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.this/
H A Dsleep_until.pass.cpp26 typedef Clock::time_point time_point; in main() typedef
/llvm-project/libcxx/test/libcxx/diagnostics/
H A Dmutex.nodiscard.verify.cpp45 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 Dtry_lock.pass.cpp30 typedef Clock::time_point time_point; global() typedef
H A Dlock.pass.cpp30 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 Dtry_lock.pass.cpp30 typedef Clock::time_point time_point; global() typedef
H A Dlock.pass.cpp30 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 Dtry_lock.pass.cpp32 typedef Clock::time_point time_point; global() typedef
H A Dlock.pass.cpp33 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 Dlock.pass.cpp30 typedef Clock::time_point time_point; global() typedef
H A Dtry_lock.pass.cpp30 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 Dtry_lock.pass.cpp30 typedef Clock::time_point time_point; global() typedef
H A Dlock.pass.cpp30 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 Dtry_lock.pass.cpp32 typedef Clock::time_point time_point; global() typedef
H A Dlock.pass.cpp32 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 Dmutex.pass.cpp33 typedef Clock::time_point time_point; global() typedef

123