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

  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock_until.pass.cpp 17 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
29 bool try_lock_shared_until(const std::chrono::time_point<Clock, Duration>& abs_time)
32 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);
27 bool try_lock_until(const std::chrono::time_point<Clock, Duration>& abs_time)
30 assert(Clock::now() - abs_time < ms(5));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock_until.pass.cpp 15 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
27 bool try_lock_shared_until(const std::chrono::time_point<Clock, Duration>& abs_time)
30 assert(Clock::now() - abs_time < ms(5));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
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)
28 assert(Clock::now() - abs_time < ms(5));
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 1415 struct timespec abs_time = {0,0}; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 1469 struct timespec abs_time = {0,0}; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 1548 struct timespec abs_time = {0,0}; local
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 1589 struct timespec abs_time = {0,0}; local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 2289 struct timespec abs_time = {0,0}; local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 2701 struct timespec abs_time = {0,0}; local
    [all...]

Completed in 253 milliseconds