HomeSort by relevance Sort by last modified time
    Searched refs:chrono (Results 101 - 125 of 181) sorted by null

1 2 3 45 6 7 8

  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
try_lock.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/
lock.pass.cpp 25 typedef std::chrono::system_clock Clock;
28 typedef std::chrono::milliseconds ms;
29 typedef std::chrono::nanoseconds ns;
try_lock.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
lock.pass.cpp 25 typedef std::chrono::system_clock Clock;
28 typedef std::chrono::milliseconds ms;
29 typedef std::chrono::nanoseconds ns;
try_lock.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;
try_lock_for.pass.cpp 15 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
24 typedef std::chrono::steady_clock Clock;
27 typedef std::chrono::milliseconds ms;
28 typedef std::chrono::nanoseconds ns;
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
lock.pass.cpp 25 typedef std::chrono::system_clock Clock;
28 typedef std::chrono::milliseconds ms;
29 typedef std::chrono::nanoseconds ns;
try_lock.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;
  /ndk/sources/cxx-stl/llvm-libc++/src/
condition_variable.cpp 47 chrono::time_point<chrono::system_clock, chrono::nanoseconds> tp)
49 using namespace chrono;
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock_for.pass.cpp 15 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
22 typedef std::chrono::milliseconds ms;
27 bool try_lock_for(const std::chrono::duration<Rep, Period>& rel_time)
lock.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;
try_lock_until.pass.cpp 15 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
25 bool try_lock_until(const std::chrono::time_point<Clock, Duration>& abs_time)
27 typedef std::chrono::milliseconds ms;
39 typedef std::chrono::steady_clock Clock;
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 17 // const chrono::time_point<Clock, Duration>& abs_time);
22 #include <chrono>
27 typedef std::chrono::milliseconds duration;
30 typedef std::chrono::time_point<Clock> time_point;
35 using namespace std::chrono;
wait_until_pred.pass.cpp 17 // const chrono::time_point<Clock, Duration>& abs_time,
23 #include <chrono>
28 typedef std::chrono::milliseconds duration;
31 typedef std::chrono::time_point<Clock> time_point;
36 using namespace std::chrono;
notify_one.pass.cpp 52 std::this_thread::sleep_for(std::chrono::milliseconds(100));
60 std::this_thread::sleep_for(std::chrono::milliseconds(100));
77 std::this_thread::sleep_for(std::chrono::milliseconds(100));
wait_for.pass.cpp 17 // const chrono::duration<Rep, Period>& rel_time);
22 #include <chrono>
35 typedef std::chrono::system_clock Clock;
36 typedef std::chrono::milliseconds milliseconds;
wait_for_pred.pass.cpp 17 // const chrono::duration<Rep, Period>& rel_time,
23 #include <chrono>
45 typedef std::chrono::system_clock Clock;
46 typedef std::chrono::milliseconds milliseconds;
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp 16 // wait_until(Lock& lock, const chrono::time_point<Clock, Duration>& abs_time);
21 #include <chrono>
26 typedef std::chrono::milliseconds duration;
29 typedef std::chrono::time_point<Clock> time_point;
34 using namespace std::chrono;
wait_until_pred.pass.cpp 17 // const chrono::time_point<Clock, Duration>& abs_time,
23 #include <chrono>
28 typedef std::chrono::milliseconds duration;
31 typedef std::chrono::time_point<Clock> time_point;
36 using namespace std::chrono;
notify_one.pass.cpp 56 std::this_thread::sleep_for(std::chrono::milliseconds(100));
64 std::this_thread::sleep_for(std::chrono::milliseconds(100));
81 std::this_thread::sleep_for(std::chrono::milliseconds(100));
wait_for.pass.cpp 16 // wait_for(Lock& lock, const chrono::duration<Rep, Period>& rel_time);
21 #include <chrono>
38 typedef std::chrono::system_clock Clock;
39 typedef std::chrono::milliseconds milliseconds;
wait_for_pred.pass.cpp 16 // wait_for(Lock& lock, const chrono::duration<Rep, Period>& rel_time,
22 #include <chrono>
48 typedef std::chrono::system_clock Clock;
49 typedef std::chrono::milliseconds milliseconds;
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_duration.pass.cpp 15 // unique_lock(mutex_type& m, const chrono::duration<Rep, Period>& rel_time);
24 typedef std::chrono::steady_clock Clock;
27 typedef std::chrono::milliseconds ms;
28 typedef std::chrono::nanoseconds ns;
mutex_time_point.pass.cpp 15 // unique_lock(mutex_type& m, const chrono::time_point<Clock, Duration>& abs_time);
24 typedef std::chrono::steady_clock Clock;
27 typedef std::chrono::milliseconds ms;
28 typedef std::chrono::nanoseconds ns;
mutex_try_to_lock.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;

Completed in 74 milliseconds

1 2 3 45 6 7 8