HomeSort by relevance Sort by last modified time
    Searched refs:this_thread (Results 151 - 175 of 255) sorted by null

1 2 3 4 5 67 8 91011

  /hardware/interfaces/broadcastradio/common/utils/
WorkerThread.cpp 32 using std::this_thread::sleep_for;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/thread/thread.condition/
PR30202_notify_from_pthread_created_thread.pass.cpp 44 std::this_thread::sleep_for(ms(300));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/thread/thread.threads/thread.thread.this/
sleep_for.pass.cpp 63 std::this_thread::sleep_for(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 65 std::this_thread::sleep_for(ms(250));
  /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 88 std::this_thread::sleep_for(WaitTime);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_try_to_lock.pass.cpp 61 std::this_thread::sleep_for(ms(250));
  /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 72 std::this_thread::sleep_for(ms(250));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/
try_lock_shared.pass.cpp 56 std::this_thread::sleep_for(ms(250));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
try_lock_shared.pass.cpp 64 std::this_thread::sleep_for(ms(250));
try_lock_until_deadlock_bug.pass.cpp 63 std::this_thread::sleep_for(std::chrono::seconds(1));
  /external/eigen/unsupported/test/
cxx11_eventcount.cpp 93 unsigned int rnd = static_cast<unsigned int>(std::hash<std::thread::id>()(std::this_thread::get_id()));
110 unsigned int rnd = static_cast<unsigned int>(std::hash<std::thread::id>()(std::this_thread::get_id()));
  /frameworks/base/native/android/
choreographer.cpp 104 DisplayEventDispatcher(looper), mLooper(looper), mThreadId(std::this_thread::get_id()) {
120 if (std::this_thread::get_id() != mThreadId) {
  /frameworks/native/services/surfaceflinger/tests/fakehwc/
FakeComposerUtils.cpp 138 std::this_thread::sleep_for(10ms);
150 std::this_thread::sleep_for(10ms);
  /system/core/libprocinfo/
process_test.cpp 103 std::this_thread::sleep_for(100ms);
112 std::this_thread::sleep_for(100ms);
  /system/extras/tests/tcp_nuke_addr/
tcp_nuke_addr_test.cpp 85 std::this_thread::sleep_for(std::chrono::milliseconds(intervalMs));
119 std::this_thread::sleep_for(std::chrono::seconds(1));
  /external/google-benchmark/test/
options_test.cc 18 std::this_thread::sleep_for(
  /external/libcxx/utils/google-benchmark/test/
options_test.cc 18 std::this_thread::sleep_for(
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
options_test.cc 18 std::this_thread::sleep_for(
  /system/core/libcutils/tests/
sched_policy_test.cpp 50 std::this_thread::sleep_for(std::chrono::nanoseconds(1));
  /system/extras/memcpy-perf/
memcpy-perf.cpp 132 this_thread::sleep_for(chrono
154 this_thread::sleep_for(chrono
167 this_thread::sleep_for(chrono
  /device/linaro/hikey/bluetooth/
async_fd_watcher.cc 89 if (std::this_thread::get_id() != thread_.get_id()) {
  /external/libcxx/src/
memory.cpp 164 this_thread::yield();
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
ConcurrentQueue.h 132 std::this_thread::sleep_for(mBatchInterval);
  /hardware/interfaces/broadcastradio/common/tests/
WorkerThread_test.cpp 32 using std::this_thread::sleep_for;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
memory.cpp 164 this_thread::yield();

Completed in 434 milliseconds

1 2 3 4 5 67 8 91011