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

1 2 3 4 5 6 7 891011

  /frameworks/native/libs/vr/libpdx_uds/
client_channel_factory.cpp 111 std::this_thread::sleep_for(100ms);
  /system/chre/host/common/test/
chre_test_client.cc 219 std::this_thread::sleep_for(std::chrono::seconds(5));
  /system/core/adb/
fdevent_test.cpp 187 std::this_thread::sleep_for(std::chrono::seconds(1));
  /system/core/init/
ueventd_test.cpp 195 std::this_thread::sleep_for(run_time);
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp     [all...]
  /bionic/tests/
sys_ptrace_test.cpp 521 std::this_thread::sleep_for(500ms);
525 std::this_thread::sleep_for(250ms);
  /hardware/google/av/codec2/vndk/bufferpool/
BufferPoolClient.cpp 364 std::this_thread::yield();
472 std::this_thread::yield();
  /system/core/adb/client/
usb_osx.cpp 440 std::this_thread::sleep_for(1s);
461 std::this_thread::sleep_for(100ms);
  /external/llvm/lib/Fuzzer/
FuzzerUtil.cpp 249 std::this_thread::sleep_for(std::chrono::seconds(Seconds));
  /external/tensorflow/tensorflow/contrib/factorization/kernels/
wals_solver_ops.cc 23 // This is only used for std::this_thread::get_id()
191 const std::thread::id thread_id = std::this_thread::get_id();
  /frameworks/av/media/mtp/
MtpFfsCompatHandle.cpp 135 std::this_thread::sleep_for(std::chrono::milliseconds(100));
  /frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
VtsHalSensorManagerV1_0TargetTest.cpp 240 std::this_thread::sleep_for(500ms);
  /hardware/interfaces/gnss/1.1/default/
Gnss.cpp 49 std::this_thread::sleep_for(std::chrono::milliseconds(mMinIntervalMs));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
benchmark_test.cc 185 std::this_thread::sleep_for(
  /system/core/libmemunreachable/tests/
ThreadCapture_test.cpp 110 std::this_thread::sleep_for(10ms);
  /system/core/libprocessgroup/
processgroup.cpp 236 std::this_thread::sleep_for(5ms);
  /hardware/interfaces/broadcastradio/2.0/vts/functional/
VtsHalBroadcastradioV2_0TargetTest.cpp 429 std::this_thread::sleep_for(gTuneWorkaround);
515 std::this_thread::sleep_for(gTuneWorkaround);
540 std::this_thread::sleep_for(gTuneWorkaround);
  /art/runtime/
thread.cc 1628 Thread* this_thread = const_cast<Thread*>(thread); local
1941 Thread* this_thread = const_cast<Thread*>(this); local
2775 Thread* this_thread = const_cast<Thread*>(this); local
    [all...]
  /device/google/contexthub/util/nanotool/
androidcontexthub.cpp 184 std::this_thread::sleep_for(kLockDelay);
  /external/perfetto/src/tracing/core/
shared_memory_abi.cc 31 std::this_thread::yield();
  /external/skqp/tools/
remote_demo.cpp 223 std::this_thread::get_id(),
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
VehicleEmulator.cpp 349 std::this_thread::sleep_for(std::chrono::milliseconds(100));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 171 namespace this_thread { }
223 namespace this_thread { inline namespace __7 { } } namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 171 namespace this_thread { }
223 namespace this_thread { inline namespace __7 { } } namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 171 namespace this_thread { }
223 namespace this_thread { inline namespace __7 { } } namespace in namespace:std
    [all...]

Completed in 1673 milliseconds

1 2 3 4 5 6 7 891011