Searched refs:sleep_ms (Results 1 – 7 of 7) sorted by relevance
20 unsigned int sleep_ms = usec / 1000; in sample_fn() local27 TEST(poll(pfds, 1, sleep_ms)); in sample_fn()
27 unsigned int sleep_ms = usec / 1000; in sample_fn() local30 TEST(epoll_wait(epfd, epevs, 1, sleep_ms)); in sample_fn()
70 static void busy_loop(const unsigned int sleep_ms) in busy_loop() argument77 const int ret = tst_checkpoint_wait(0, sleep_ms); in busy_loop()
54 int64_t sleep_ms = (int64_t)arg; in sleeping_thd() local56 gpr_time_from_millis(sleep_ms, GPR_TIMESPAN))); in sleeping_thd()
1379 long sleep_ms = 0; local1382 if(!curl_multi_timeout(multi, &sleep_ms) && sleep_ms) {1383 if(sleep_ms > timeout_ms)1384 sleep_ms = timeout_ms;1387 else if(sleep_ms < 0)1388 sleep_ms = timeout_ms;1389 Curl_wait_ms(sleep_ms);
2386 int sleep_ms = 10; in litest_touch_move_to_extended() local2394 msleep(sleep_ms); in litest_touch_move_to_extended()2495 int sleep_ms = 10; in litest_touch_move_two_touches() local2505 msleep(sleep_ms); in litest_touch_move_two_touches()2522 int sleep_ms = 10; in litest_touch_move_three_touches() local2533 msleep(sleep_ms); in litest_touch_move_three_touches()2608 int sleep_ms = 10; in litest_hover_move_to() local2615 msleep(sleep_ms); in litest_hover_move_to()2628 int sleep_ms = 10; in litest_hover_move_two_touches() local2638 msleep(sleep_ms); in litest_hover_move_two_touches()
1667 int sleep_ms = (int)(sleep * 1000.0); in pysqlite_connection_backup_impl() local1737 sqlite3_sleep(sleep_ms); in pysqlite_connection_backup_impl()