Searched refs:this_thread (Results 1 – 14 of 14) sorted by relevance
103 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()
103 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()
120 int32 this_thread; in PyThread_start_new_thread() local125 this_thread = atomic_add( &thread_count, 1 ); in PyThread_start_new_thread()127 "python thread (%d)", this_thread ); in PyThread_start_new_thread()
104 atomic_t this_thread; in PyThread_start_new_thread() local108 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()
39 while (true) std::this_thread::sleep_for(std::chrono::hours(1)); in main()
49 std::this_thread::sleep_for(mInterval); in WatchdogThread()
79 std::this_thread::sleep_for(std::chrono::seconds(kRetryDelaySeconds)); in Get()
112 std::this_thread::sleep_for(kHeartbeatCheckPeriod); in HeartbeatTimeoutWatcher()140 std::this_thread::sleep_for(kFileStatusCheckPeriod); in PowerStateWatcher()
89 if (std::this_thread::get_id() != thread_.get_id()) { in stopThread()
63 std::this_thread::sleep_for(std::chrono::milliseconds(1000)); in startLocked()
282 std::this_thread::sleep_for(wait_time_between_attempts); in RequestWorker()
212 std::this_thread::sleep_for(retry_period); in ArgumentToBuild()
118 std::this_thread::sleep_for(1s * neededMoreFrames / mSampleRateHz); in read()
184 std::this_thread::sleep_for(kLockDelay); in Initialize()