Home
last modified time | relevance | path

Searched refs:sleep_ms (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/poll/
Dpoll02.c20 unsigned int sleep_ms = usec / 1000; in sample_fn() local
27 TEST(poll(pfds, 1, sleep_ms)); in sample_fn()
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
Depoll_wait02.c27 unsigned int sleep_ms = usec / 1000; in sample_fn() local
30 TEST(epoll_wait(epfd, epevs, 1, sleep_ms)); in sample_fn()
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
Dcfs_bandwidth01.c70 static void busy_loop(const unsigned int sleep_ms) in busy_loop() argument
77 const int ret = tst_checkpoint_wait(0, sleep_ms); in busy_loop()
/third_party/libinput/test/
Dlitest.c2386 int sleep_ms = 10; in litest_touch_move_to_extended() local
2394 msleep(sleep_ms); in litest_touch_move_to_extended()
2551 int sleep_ms = 10; in litest_touch_move_two_touches() local
2561 msleep(sleep_ms); in litest_touch_move_two_touches()
2578 int sleep_ms = 10; in litest_touch_move_three_touches() local
2591 msleep(sleep_ms); in litest_touch_move_three_touches()
2663 int sleep_ms = 10; in litest_hover_move_to() local
2670 msleep(sleep_ms); in litest_hover_move_to()
2683 int sleep_ms = 10; in litest_hover_move_two_touches() local
2693 msleep(sleep_ms); in litest_hover_move_two_touches()
/third_party/python/Modules/_sqlite/
Dconnection.c1667 int sleep_ms = (int)(sleep * 1000.0); in pysqlite_connection_backup_impl() local
1737 sqlite3_sleep(sleep_ms); in pysqlite_connection_backup_impl()