Searched refs:sleep_ms (Results 1 – 5 of 5) 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()
2386 int sleep_ms = 10; in litest_touch_move_to_extended() local2394 msleep(sleep_ms); in litest_touch_move_to_extended()2551 int sleep_ms = 10; in litest_touch_move_two_touches() local2561 msleep(sleep_ms); in litest_touch_move_two_touches()2578 int sleep_ms = 10; in litest_touch_move_three_touches() local2591 msleep(sleep_ms); in litest_touch_move_three_touches()2663 int sleep_ms = 10; in litest_hover_move_to() local2670 msleep(sleep_ms); in litest_hover_move_to()2683 int sleep_ms = 10; in litest_hover_move_two_touches() local2693 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()