Home
last modified time | relevance | path

Searched refs:usleep (Results 1 – 25 of 200) sorted by relevance

12345678

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/
H A Dusleep_1.2.bb10 SRC_URI = "file://usleep.c \
11 file://usleep.1 \
16 ${CC} ${CFLAGS} ${LDFLAGS} usleep.c -o usleep -lpopt
23 install -m 0755 ${UNPACKDIR}/usleep ${D}${base_bindir}
24 install -m 0644 ${UNPACKDIR}/usleep.1 ${D}${mandir}/man1
29 ALTERNATIVE:${PN} = "usleep"
31 ALTERNATIVE_LINK_NAME[usleep] = "${base_bindir}/usleep"
33 ALTERNATIVE:${PN}-doc = "usleep.1"
34 ALTERNATIVE_LINK_NAME[usleep.1] = "${mandir}/man1/usleep.1"
37 # usleep.c:47:43: error: passing argument 3 of 'poptGetContext' from incompatible pointer type [-Wi…
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_loop.c19 usleep(1); in check_nr_loops()
27 usleep(1); in check_nr_loops()
36 usleep(1); in check_nr_loops()
55 usleep(1); in check_callback_fn_stop()
76 usleep(1); in check_null_callback_ctx()
93 usleep(1); in check_invalid_flags()
113 usleep(1); in check_nested_calls()
132 usleep(1); in check_non_constant_callback()
136 usleep(1); in check_non_constant_callback()
165 usleep(1); in check_stack()
H A Dlink_pinning.c24 usleep(1); in test_link_pinning_subtest()
41 usleep(1); in test_link_pinning_subtest()
49 usleep(1); in test_link_pinning_subtest()
67 usleep(1); in test_link_pinning_subtest()
80 usleep(1); in test_link_pinning_subtest()
H A Dksyms_btf.c45 usleep(1); in test_basic()
102 usleep(1); in test_weak_syms()
129 usleep(1); in test_weak_syms_lskel()
H A Dbtf_map_in_map.c52 usleep(1); in test_lookup_update()
65 usleep(1); in test_lookup_update()
76 usleep(1); in test_lookup_update()
H A Dcgroup_tcp_skb.c164 usleep(100000); /* 0.1s */ in close_connection()
169 usleep(100000); /* 0.1s */ in close_connection()
189 usleep(100000); /* 0.1s */ in close_connection()
206 usleep(100000); /* 0.1s */ in close_connection()
H A Diters.c25 usleep(1); in subtest_num_iters()
75 usleep(1); in subtest_testmod_seq_iters()
H A Dsubprogs.c45 usleep(1); in test_subprogs_with_jit_harden_toggling()
75 usleep(1); in test_subprogs_alone()
H A Dtimer_mim.c29 usleep(200); /* 100 times more than interval */ in timer_mim()
44 usleep(200); /* 100 times more than interval */ in timer_mim()
/openbmc/linux/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c117 usleep(1000 * (long)args->id); in waiterfn()
155 usleep(1000); in broadcast_wakerfn()
156 usleep(1000); in broadcast_wakerfn()
203 usleep(1000); in signal_wakerfn()
204 usleep(1000); in signal_wakerfn()
236 usleep(SIGNAL_PERIOD_US); in signal_wakerfn()
H A Dfutex_wait.c84 usleep(WAKE_WAIT_US); in main()
112 usleep(WAKE_WAIT_US); in main()
151 usleep(WAKE_WAIT_US); in main()
H A Dfutex_requeue.c79 usleep(WAKE_WAIT_US); in main()
112 usleep(WAKE_WAIT_US); in main()
/openbmc/qemu/tests/tcg/multiarch/
H A Dthreadcount.c31 usleep(arg->delay); in thread_fn()
55 usleep(max_threads * 50); in main()
H A Dtestthread.c25 usleep(100 * 1000); in thread1_func()
37 usleep(150 * 1000); in thread2_func()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/
H A Dinit-valkey-server41 usleep ${waitStep}
53 usleep ${waitStep}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dinit-redis-server41 usleep ${waitStep}
53 usleep ${waitStep}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/
H A Dinit-redis-server41 usleep ${waitStep}
53 usleep ${waitStep}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice/
H A D0001-include-unistd.h-for-usleep.patch4 Subject: [PATCH] include unistd.h for usleep()
9 ../../git/tools/idevicedevmodectl.c:363:2: error: call to undeclared function 'usleep'; ISO C99 and…
/openbmc/linux/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c156 usleep(100000); /* ... give time for event to trigger (in case of bug). */ in TEST_F()
189 usleep(100000); /* ... give time for event to trigger (in case of bug). */ in TEST_F()
215 usleep(100000); /* ... give time for event to trigger (in case of bug). */ in TEST_F()
/openbmc/linux/tools/testing/selftests/user_events/
H A Dabi_test.c170 usleep(100000); in TEST_F()
180 usleep(100000); in TEST_F()
203 usleep(100000); in clone_check()
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_kill.c51 usleep(1000); in child_fn()
214 usleep(1000); in forkbomb_fn()
239 usleep(100000); in test_cgkill_forkbomb()
/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c146 usleep(100000); /* Hack to get reader waiting */ in test_restart()
148 usleep(100000); in test_restart()
/openbmc/linux/tools/testing/selftests/timens/
H A Dclock_nanosleep.c81 usleep(10000 << j); in run_test()
86 usleep(10000 << j); in run_test()
/openbmc/linux/tools/testing/selftests/timers/
H A Dfreq-step.c156 usleep(1e6 * MEAN_SAMPLE_INTERVAL / 10); in run_test()
163 usleep(rand() % 2000000 * STEP_INTERVAL / 10); in run_test()
168 usleep(rand() % 2000000 * MEAN_SAMPLE_INTERVAL); in run_test()
/openbmc/linux/Documentation/timers/
H A Dtimers-howto.rst66 - Why not usleep?
69 for usleep *may* not be worth it. Such an evaluation
85 - Why is there no "usleep" / What is a good range?
88 usleep function would likely introduce a large number

12345678