Home
last modified time | relevance | path

Searched refs:this_thread (Results 1 – 14 of 14) sorted by relevance

/device/google/trout/hal/sensors/2.0/tests/
DMultiPoll.cpp103 std::this_thread::sleep_for(100ms); in TEST()
168 std::this_thread::sleep_for(100ms); in TEST()
194 std::this_thread::sleep_for(250ms); in TEST()
196 std::this_thread::sleep_for(100ms); in TEST()
/device/google/trout/tests/hal/vehicle/2.0/
DGrpcServer_test.cpp103 std::this_thread::sleep_for(std::chrono::seconds(1)); in ExpectActivePropValueStreamNum()
150 std::this_thread::sleep_for(std::chrono::seconds(1)); in TEST_F()
157 std::this_thread::sleep_for(std::chrono::seconds(1)); in TEST_F()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_beos.h120 int32 this_thread; in PyThread_start_new_thread() local
125 this_thread = atomic_add( &thread_count, 1 ); in PyThread_start_new_thread()
127 "python thread (%d)", this_thread ); in PyThread_start_new_thread()
Dthread_atheos.h104 atomic_t this_thread; in PyThread_start_new_thread() local
108 this_thread = atomic_add(&thread_count, 1); in PyThread_start_new_thread()
109 PyOS_snprintf(name, sizeof(name), "python thread (%d)", this_thread); in PyThread_start_new_thread()
/device/google/trout/hal/common/agl/watchdog/test/
Dservice.cpp39 while (true) std::this_thread::sleep_for(std::chrono::hours(1)); in main()
/device/google/trout/hal/common/agl/watchdog/
Dwatchdog.cpp49 std::this_thread::sleep_for(mInterval); in WatchdogThread()
/device/google/cuttlefish/common/libs/device_config/
Dguest_device_config.cpp79 std::this_thread::sleep_for(std::chrono::seconds(kRetryDelaySeconds)); in Get()
/device/google/trout/hal/vehicle/2.0/
DGarageModeServerSideHandler.cpp112 std::this_thread::sleep_for(kHeartbeatCheckPeriod); in HeartbeatTimeoutWatcher()
140 std::this_thread::sleep_for(kFileStatusCheckPeriod); in PowerStateWatcher()
/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc89 if (std::this_thread::get_id() != thread_.get_id()) { in stopThread()
/device/generic/goldfish/gnss/
Dgnss_measurement.cpp63 std::this_thread::sleep_for(std::chrono::milliseconds(1000)); in startLocked()
/device/google/trout/hal/audiocontrol/2.0/libandroid_audio_controller/
Dandroid_audio_controller.cpp282 std::this_thread::sleep_for(wait_time_between_attempts); in RequestWorker()
/device/google/cuttlefish/host/commands/fetcher/
Dbuild_api.cc212 std::this_thread::sleep_for(retry_period); in ArgumentToBuild()
/device/generic/goldfish/audio/
Ddevice_port_source.cpp118 std::this_thread::sleep_for(1s * neededMoreFrames / mSampleRateHz); in read()
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp184 std::this_thread::sleep_for(kLockDelay); in Initialize()