Home
last modified time | relevance | path

Searched refs:sleep_ms (Results 1 – 7 of 7) 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/grpc/test/core/gprpp/
Dfork_test.cc54 int64_t sleep_ms = (int64_t)arg; in sleeping_thd() local
56 gpr_time_from_millis(sleep_ms, GPR_TIMESPAN))); in sleeping_thd()
/third_party/curl/lib/
Dmulti.c1379 long sleep_ms = 0; local
1382 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);
/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()
2495 int sleep_ms = 10; in litest_touch_move_two_touches() local
2505 msleep(sleep_ms); in litest_touch_move_two_touches()
2522 int sleep_ms = 10; in litest_touch_move_three_touches() local
2533 msleep(sleep_ms); in litest_touch_move_three_touches()
2608 int sleep_ms = 10; in litest_hover_move_to() local
2615 msleep(sleep_ms); in litest_hover_move_to()
2628 int sleep_ms = 10; in litest_hover_move_two_touches() local
2638 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()