HomeSort by relevance Sort by last modified time
    Searched refs:abs_time (Results 1 - 8 of 8) sorted by null

  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock_until.pass.cpp 18 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
30 bool try_lock_shared_until(const std::chrono::time_point<Clock, Duration>& abs_time)
33 assert(Clock::now() - abs_time < ms(5));
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock_until.pass.cpp 17 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
29 bool try_lock_until(const std::chrono::time_point<Clock, Duration>& abs_time)
32 assert(Clock::now() - abs_time < ms(5));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock_until.pass.cpp 18 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
30 bool try_lock_shared_until(const std::chrono::time_point<Clock, Duration>& abs_time)
33 assert(Clock::now() - abs_time < ms(5));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock_until.pass.cpp 17 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
29 bool try_lock_until(const std::chrono::time_point<Clock, Duration>& abs_time)
32 assert(Clock::now() - abs_time < ms(5));
  /external/mesa3d/include/c11/
threads_posix.h 137 struct timespec abs_time; local
144 abs_time.tv_sec = xt->sec;
145 abs_time.tv_nsec = xt->nsec;
147 rt = pthread_cond_timedwait(cond, mtx, &abs_time);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 545 (eff_time, abs_time, min_overhead) = test.last_timing
550 abs_time * MILLI_SECONDS,
    [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 545 (eff_time, abs_time, min_overhead) = test.last_timing
550 abs_time * MILLI_SECONDS,
  /external/python/cpython3/Tools/pybench/
pybench.py 551 (eff_time, abs_time, min_overhead) = test.last_timing
556 abs_time * MILLI_SECONDS,

Completed in 192 milliseconds