HomeSort by relevance Sort by last modified time
    Searched refs:milliseconds (Results 276 - 300 of 830) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
try_lock_for.pass.cpp 34 typedef std::chrono::milliseconds ms;
try_lock_shared.pass.cpp 34 typedef std::chrono::milliseconds ms;
try_lock_until.pass.cpp 34 typedef std::chrono::milliseconds ms;
try_lock_until_deadlock_bug.pass.cpp 34 bool b = m.try_lock_for(std::chrono::milliseconds(500));
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
try_lock_for.pass.cpp 29 typedef std::chrono::milliseconds ms;
try_lock_until.pass.cpp 29 typedef std::chrono::milliseconds ms;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
try_lock_for.pass.cpp 29 typedef std::chrono::milliseconds ms;
try_lock_until.pass.cpp 29 typedef std::chrono::milliseconds ms;
  /external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/
op_-duration.pass.cpp 37 typedef std::chrono::milliseconds Duration1;
  /external/swiftshader/src/Common/
Thread.hpp 60 static void sleep(int milliseconds);
139 inline void Thread::sleep(int milliseconds)
142 Sleep(milliseconds);
144 usleep(1000 * milliseconds);
  /external/tinycompress/include/tinycompress/
tinycompress.h 253 * milliseconds.
258 void compress_set_max_poll_wait(struct compress *compress, int milliseconds);
  /external/webrtc/talk/session/media/
mediamonitor.h 49 void Start(uint32_t milliseconds);
  /frameworks/av/media/libmedia/
TimeCheck.cpp 48 nsecs_t endTimeNs = systemTime() + milliseconds(timeoutMs);
  /frameworks/native/cmds/dumpsys/
dumpsys.h 90 status_t writeDump(int fd, const String16& serviceName, std::chrono::milliseconds timeout,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/thread/thread.condition/
PR30202_notify_from_pthread_created_thread.pass.cpp 37 typedef std::chrono::milliseconds ms;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/thread/thread.threads/thread.thread.this/
sleep_for.pass.cpp 61 std::chrono::milliseconds ms(500);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
wait_terminates.sh.cpp 111 typedef std::chrono::milliseconds MS;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex_try_to_lock.pass.cpp 30 typedef std::chrono::milliseconds ms;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
lock.pass.cpp 32 typedef std::chrono::milliseconds ms;
try_lock_for.pass.cpp 27 typedef std::chrono::milliseconds ms;
try_lock_until.pass.cpp 32 typedef std::chrono::milliseconds ms;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_duration.pass.cpp 31 typedef std::chrono::milliseconds ms;
mutex_time_point.pass.cpp 31 typedef std::chrono::milliseconds ms;
mutex_try_to_lock.pass.cpp 28 typedef std::chrono::milliseconds ms;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
lock.pass.cpp 30 typedef std::chrono::milliseconds ms;

Completed in 203 milliseconds

<<11121314151617181920>>